Class AksComputeSecrets


  • public final class AksComputeSecrets
    extends ComputeSecretsInner
    Secrets related to a Machine Learning compute based on AKS.
    • Constructor Detail

      • AksComputeSecrets

        public AksComputeSecrets()
    • Method Detail

      • userKubeConfig

        public String userKubeConfig()
        Get the userKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
        Returns:
        the userKubeConfig value.
      • withUserKubeConfig

        public AksComputeSecrets withUserKubeConfig​(String userKubeConfig)
        Set the userKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
        Parameters:
        userKubeConfig - the userKubeConfig value to set.
        Returns:
        the AksComputeSecrets object itself.
      • adminKubeConfig

        public String adminKubeConfig()
        Get the adminKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
        Returns:
        the adminKubeConfig value.
      • withAdminKubeConfig

        public AksComputeSecrets withAdminKubeConfig​(String adminKubeConfig)
        Set the adminKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster.
        Parameters:
        adminKubeConfig - the adminKubeConfig value to set.
        Returns:
        the AksComputeSecrets object itself.
      • imagePullSecretName

        public String imagePullSecretName()
        Get the imagePullSecretName property: Image registry pull secret.
        Returns:
        the imagePullSecretName value.
      • withImagePullSecretName

        public AksComputeSecrets withImagePullSecretName​(String imagePullSecretName)
        Set the imagePullSecretName property: Image registry pull secret.
        Parameters:
        imagePullSecretName - the imagePullSecretName value to set.
        Returns:
        the AksComputeSecrets object itself.