Class AzureSDK

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AzureSDK
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AzureSDKBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AzureSDK is used to store azure SDK config values.
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureSDK

        public AzureSDK()
        No args constructor for use in serialization
      • AzureSDK

        public AzureSDK​(String tenantId)
    • Method Detail

      • getTenantId

        public String getTenantId()
        `tenantId` is the tenant ID of the azure active directory application that is being used to authenticate.
      • setTenantId

        public void setTenantId​(String tenantId)
        `tenantId` is the tenant ID of the azure active directory application that is being used to authenticate.
      • getAdditionalProperties

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

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

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