ManagedClusterPodIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterPodIdentity
- com.
Implements
public final class ManagedClusterPodIdentity
implements JsonSerializable<ManagedClusterPodIdentity>
Details about the pod identity assigned to the Managed Cluster.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterPodIdentity() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
bindingSelector()
Get the binding |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
User |
identity()
Get the identity property: The user assigned identity details. |
String |
name()
Get the name property: The name of the pod identity. |
String |
namespace()
Get the namespace property: The namespace of the pod identity. |
Managed |
provisioningInfo()
Get the provisioning |
Managed |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withBindingSelector(String bindingSelector)
Set the binding |
Managed |
withIdentity(UserAssignedIdentity identity)
Set the identity property: The user assigned identity details. |
Managed |
withName(String name)
Set the name property: The name of the pod identity. |
Managed |
withNamespace(String namespace)
Set the namespace property: The namespace of the pod identity. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterPodIdentity
public ManagedClusterPodIdentity()
Creates an instance of ManagedClusterPodIdentity class.
Method Details
bindingSelector
public String bindingSelector()
Get the bindingSelector property: The binding selector to use for the AzureIdentityBinding resource.
Returns:
fromJson
public static ManagedClusterPodIdentity fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterPodIdentity from the JsonReader.
Parameters:
Returns:
Throws:
identity
public UserAssignedIdentity identity()
Get the identity property: The user assigned identity details.
Returns:
name
public String name()
Get the name property: The name of the pod identity.
Returns:
namespace
public String namespace()
Get the namespace property: The namespace of the pod identity.
Returns:
provisioningInfo
public ManagedClusterPodIdentityProvisioningInfo provisioningInfo()
Get the provisioningInfo property: The provisioningInfo property.
Returns:
provisioningState
public ManagedClusterPodIdentityProvisioningState provisioningState()
Get the provisioningState property: The current provisioning state of the pod identity.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBindingSelector
public ManagedClusterPodIdentity withBindingSelector(String bindingSelector)
Set the bindingSelector property: The binding selector to use for the AzureIdentityBinding resource.
Parameters:
Returns:
withIdentity
public ManagedClusterPodIdentity withIdentity(UserAssignedIdentity identity)
Set the identity property: The user assigned identity details.
Parameters:
Returns:
withName
public ManagedClusterPodIdentity withName(String name)
Set the name property: The name of the pod identity.
Parameters:
Returns:
withNamespace
public ManagedClusterPodIdentity withNamespace(String namespace)
Set the namespace property: The namespace of the pod identity.
Parameters:
Returns:
Applies to
Azure SDK for Java