Package kubevirt.io
Class V1ConfigMapVolumeSource
java.lang.Object
kubevirt.io.V1ConfigMapVolumeSource
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1ConfigMapVolumeSource
extends Object
ConfigMapVolumeSource adapts a ConfigMap into a volume. More info: https://kubernetes.io/docs/concepts/storage/volumes/#configmap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name of the referent.inthashCode()Specify whether the ConfigMap or it's keys must be defined +optionalvoidvoidsetOptional(Boolean optional) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
name
-
optional
-
-
Constructor Details
-
V1ConfigMapVolumeSource
public V1ConfigMapVolumeSource()
-
-
Method Details
-
name
-
getName
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names- Returns:
- name
-
setName
-
optional
-
isOptional
Specify whether the ConfigMap or it's keys must be defined +optional- Returns:
- optional
-
setOptional
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-