Class CredentialsRequestStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<CredentialsRequestStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class CredentialsRequestStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<CredentialsRequestStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    CredentialsRequestStatus defines the observed state of CredentialsRequest
    See Also:
    Serialized Form
    • Constructor Detail

      • CredentialsRequestStatus

        public CredentialsRequestStatus()
        No args constructor for use in serialization
    • Method Detail

      • setConditions

        public void setConditions​(List<CredentialsRequestCondition> conditions)
        Conditions includes detailed status for the CredentialsRequest
      • getLastSyncCloudCredsSecretResourceVersion

        public String getLastSyncCloudCredsSecretResourceVersion()
        LastSyncCloudCredsSecretResourceVersion is the resource version of the cloud credentials secret resource when the credentials request resource was last synced. Used to determine if the cloud credentials have been updated since the last sync.
      • setLastSyncCloudCredsSecretResourceVersion

        public void setLastSyncCloudCredsSecretResourceVersion​(String lastSyncCloudCredsSecretResourceVersion)
        LastSyncCloudCredsSecretResourceVersion is the resource version of the cloud credentials secret resource when the credentials request resource was last synced. Used to determine if the cloud credentials have been updated since the last sync.
      • getLastSyncGeneration

        public Long getLastSyncGeneration()
        LastSyncGeneration is the generation of the credentials request resource that was last synced. Used to determine if the object has changed and requires a sync.
      • setLastSyncGeneration

        public void setLastSyncGeneration​(Long lastSyncGeneration)
        LastSyncGeneration is the generation of the credentials request resource that was last synced. Used to determine if the object has changed and requires a sync.
      • getLastSyncTimestamp

        public String getLastSyncTimestamp()
        CredentialsRequestStatus defines the observed state of CredentialsRequest
      • setLastSyncTimestamp

        public void setLastSyncTimestamp​(String lastSyncTimestamp)
        CredentialsRequestStatus defines the observed state of CredentialsRequest
      • getProviderStatus

        public Object getProviderStatus()
        CredentialsRequestStatus defines the observed state of CredentialsRequest
      • setProviderStatus

        public void setProviderStatus​(Object providerStatus)
        CredentialsRequestStatus defines the observed state of CredentialsRequest
      • getProvisioned

        public Boolean getProvisioned()
        Provisioned is true once the credentials have been initially provisioned.
      • setProvisioned

        public void setProvisioned​(Boolean provisioned)
        Provisioned is true once the credentials have been initially provisioned.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)