Interface ConnectedCluster.DefinitionStages.WithInfrastructure

All Known Subinterfaces:
ConnectedCluster.Definition, ConnectedCluster.DefinitionStages.WithCreate
Enclosing interface:
ConnectedCluster.DefinitionStages

public static interface ConnectedCluster.DefinitionStages.WithInfrastructure
The stage of the ConnectedCluster definition allowing to specify infrastructure.
  • Method Details

    • withInfrastructure

      ConnectedCluster.DefinitionStages.WithCreate withInfrastructure(String infrastructure)
      Specifies the infrastructure property: The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on..
      Parameters:
      infrastructure - The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
      Returns:
      the next definition stage.