Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateProvider ¶
type KubernetesProvider ¶
type KubernetesProvider interface { ListClusters(context.Context) ([]*types.Cluster, error) GetAvailableVersions(context.Context) ([]string, error) GetCluster(context.Context, string) (*types.Cluster, error) GetAuthToken(ctx context.Context, cluster string, status types.ClusterStatus) (*types.AuthToken, error) IsNodepoolReady(ctx context.Context, clusterName string, nodepoolName string) (bool, error) CreateNodepool(ctx context.Context, cc *v1alpha1.ClusterConfig, np *v1alpha1.Nodepool) error }
type StorageProvider ¶
Click to show internal directories.
Click to hide internal directories.