kubernetes_asyncio.client.models.v1_volume_projection module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_volume_projection.V1VolumeProjection(cluster_trust_bundle=None, config_map=None, downward_api=None, pod_certificate=None, secret=None, service_account_token=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cluster_trust_bundle': 'clusterTrustBundle', 'config_map': 'configMap', 'downward_api': 'downwardAPI', 'pod_certificate': 'podCertificate', 'secret': 'secret', 'service_account_token': 'serviceAccountToken'}
property cluster_trust_bundle

Gets the cluster_trust_bundle of this V1VolumeProjection. # noqa: E501

Returns:

The cluster_trust_bundle of this V1VolumeProjection. # noqa: E501

Return type:

V1ClusterTrustBundleProjection

property config_map

Gets the config_map of this V1VolumeProjection. # noqa: E501

Returns:

The config_map of this V1VolumeProjection. # noqa: E501

Return type:

V1ConfigMapProjection

property downward_api

Gets the downward_api of this V1VolumeProjection. # noqa: E501

Returns:

The downward_api of this V1VolumeProjection. # noqa: E501

Return type:

V1DownwardAPIProjection

openapi_types = {'cluster_trust_bundle': 'V1ClusterTrustBundleProjection', 'config_map': 'V1ConfigMapProjection', 'downward_api': 'V1DownwardAPIProjection', 'pod_certificate': 'V1PodCertificateProjection', 'secret': 'V1SecretProjection', 'service_account_token': 'V1ServiceAccountTokenProjection'}
property pod_certificate

Gets the pod_certificate of this V1VolumeProjection. # noqa: E501

Returns:

The pod_certificate of this V1VolumeProjection. # noqa: E501

Return type:

V1PodCertificateProjection

property secret

Gets the secret of this V1VolumeProjection. # noqa: E501

Returns:

The secret of this V1VolumeProjection. # noqa: E501

Return type:

V1SecretProjection

property service_account_token

Gets the service_account_token of this V1VolumeProjection. # noqa: E501

Returns:

The service_account_token of this V1VolumeProjection. # noqa: E501

Return type:

V1ServiceAccountTokenProjection

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model