Skip to main content

open_shift_clusters_admin_credentials

Creates, updates, deletes, gets or lists a open_shift_clusters_admin_credentials resource.

Overview

Nameopen_shift_clusters_admin_credentials
TypeResource
Idazure_isv.openshift_clusters.open_shift_clusters_admin_credentials

Fields

NameDatatypeDescription
kubeconfigstringThe base64-encoded kubeconfig file.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, resourceName, subscriptionIdThe operation returns the admin kubeconfig.

SELECT examples

The operation returns the admin kubeconfig.

SELECT
kubeconfig
FROM azure_isv.openshift_clusters.open_shift_clusters_admin_credentials
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';