Package kubevirt.io
Class V1ServiceAccountVolumeSource
- java.lang.Object
-
- kubevirt.io.V1ServiceAccountVolumeSource
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1ServiceAccountVolumeSource extends java.lang.ObjectServiceAccountVolumeSource adapts a ServiceAccount into a volume.
-
-
Constructor Summary
Constructors Constructor Description V1ServiceAccountVolumeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetServiceAccountName()Name of the service account in the pod's namespace to use.inthashCode()V1ServiceAccountVolumeSourceserviceAccountName(java.lang.String serviceAccountName)voidsetServiceAccountName(java.lang.String serviceAccountName)java.lang.StringtoString()
-
-
-
Method Detail
-
serviceAccountName
public V1ServiceAccountVolumeSource serviceAccountName(java.lang.String serviceAccountName)
-
getServiceAccountName
public java.lang.String getServiceAccountName()
Name of the service account in the pod's namespace to use. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/- Returns:
- serviceAccountName
-
setServiceAccountName
public void setServiceAccountName(java.lang.String serviceAccountName)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-