Package kubevirt.io

Class V1ServiceAccountVolumeSource


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1ServiceAccountVolumeSource
    extends java.lang.Object
    ServiceAccountVolumeSource adapts a ServiceAccount into a volume.
    • Constructor Detail

      • V1ServiceAccountVolumeSource

        public V1ServiceAccountVolumeSource()
    • Method Detail

      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object