示例#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);
 }