Package io.kubernetes.client.proto
Interface V1.VolumeProjectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.VolumeProjection,V1.VolumeProjection.Builder
- Enclosing class:
- V1
public static interface V1.VolumeProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioninformation about the configMap data to project +optionalinformation about the configMap data to project +optionalinformation about the downwardAPI data to project +optionalinformation about the downwardAPI data to project +optionalinformation about the secret data to project +optionalinformation about the secret data to project +optionalinformation about the serviceAccountToken data to project +optionalinformation about the serviceAccountToken data to project +optionalbooleaninformation about the configMap data to project +optionalbooleaninformation about the downwardAPI data to project +optionalbooleaninformation about the secret data to project +optionalbooleaninformation about the serviceAccountToken data to project +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSecret
boolean hasSecret()information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1; -
getSecret
V1.SecretProjection getSecret()information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1; -
getSecretOrBuilder
V1.SecretProjectionOrBuilder getSecretOrBuilder()information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1; -
hasDownwardAPI
boolean hasDownwardAPI()information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2; -
getDownwardAPI
V1.DownwardAPIProjection getDownwardAPI()information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2; -
getDownwardAPIOrBuilder
V1.DownwardAPIProjectionOrBuilder getDownwardAPIOrBuilder()information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2; -
hasConfigMap
boolean hasConfigMap()information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3; -
getConfigMap
V1.ConfigMapProjection getConfigMap()information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3; -
getConfigMapOrBuilder
V1.ConfigMapProjectionOrBuilder getConfigMapOrBuilder()information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3; -
hasServiceAccountToken
boolean hasServiceAccountToken()information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4; -
getServiceAccountToken
V1.ServiceAccountTokenProjection getServiceAccountToken()information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4; -
getServiceAccountTokenOrBuilder
V1.ServiceAccountTokenProjectionOrBuilder getServiceAccountTokenOrBuilder()information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
-