Package io.kubernetes.client.proto
Interface V1.SecretVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.SecretVolumeSource
,V1.SecretVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.SecretVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Optional: mode bits used to set permissions on created files by default.getItems
(int index) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.int
If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.getItemsOrBuilder
(int index) If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.List<? extends V1.KeyToPathOrBuilder>
If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.boolean
Specify whether the Secret or its keys must be defined +optionalName of the secret in the pod's namespace to use.com.google.protobuf.ByteString
Name of the secret in the pod's namespace to use.boolean
Optional: mode bits used to set permissions on created files by default.boolean
Specify whether the Secret or its keys must be defined +optionalboolean
Name of the secret in the pod's namespace to use.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSecretName
boolean hasSecretName()Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret +optional
optional string secretName = 1;
-
getSecretName
String getSecretName()Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret +optional
optional string secretName = 1;
-
getSecretNameBytes
com.google.protobuf.ByteString getSecretNameBytes()Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret +optional
optional string secretName = 1;
-
getItemsList
List<V1.KeyToPath> getItemsList()If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
repeated .k8s.io.api.core.v1.KeyToPath items = 2;
-
getItems
If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
repeated .k8s.io.api.core.v1.KeyToPath items = 2;
-
getItemsCount
int getItemsCount()If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
repeated .k8s.io.api.core.v1.KeyToPath items = 2;
-
getItemsOrBuilderList
List<? extends V1.KeyToPathOrBuilder> getItemsOrBuilderList()If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
repeated .k8s.io.api.core.v1.KeyToPath items = 2;
-
getItemsOrBuilder
If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
repeated .k8s.io.api.core.v1.KeyToPath items = 2;
-
hasDefaultMode
boolean hasDefaultMode()Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
optional int32 defaultMode = 3;
-
getDefaultMode
int getDefaultMode()Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
optional int32 defaultMode = 3;
-
hasOptional
boolean hasOptional()Specify whether the Secret or its keys must be defined +optional
optional bool optional = 4;
-
getOptional
boolean getOptional()Specify whether the Secret or its keys must be defined +optional
optional bool optional = 4;
-