Package kubevirt.io
Class V1SecretVolumeSource
java.lang.Object
kubevirt.io.V1SecretVolumeSource
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1SecretVolumeSource
extends Object
SecretVolumeSource adapts a Secret into a volume.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanName of the secret in the pod's namespace to use.inthashCode()Specify whether the Secret or it's keys must be defined +optionalsecretName(String secretName) voidsetOptional(Boolean optional) voidsetSecretName(String secretName) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
optional
-
secretName
-
-
Constructor Details
-
V1SecretVolumeSource
public V1SecretVolumeSource()
-
-
Method Details
-
optional
-
isOptional
Specify whether the Secret or it's keys must be defined +optional- Returns:
- optional
-
setOptional
-
secretName
-
getSecretName
Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret +optional- Returns:
- secretName
-
setSecretName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-