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