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 Object
ServiceAccountVolumeSource adapts a ServiceAccount into a volume.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanName of the service account in the pod's namespace to use.inthashCode()serviceAccountName(String serviceAccountName) voidsetServiceAccountName(String serviceAccountName) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
serviceAccountName
-
-
Constructor Details
-
V1ServiceAccountVolumeSource
public V1ServiceAccountVolumeSource()
-
-
Method Details
-
serviceAccountName
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-