Ejemplo n.º 1
0
 bool Equals(ImagePullSecretName other) => this.value.Equals(other.value);
Ejemplo n.º 2
0
 public ImagePullSecret(AuthConfig dockerAuth)
 {
     this.dockerAuth = dockerAuth;
     this.Name       = ImagePullSecretName.Create(dockerAuth);
 }