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