package
0.7.5
Repository: https://github.com/neticdk-k8s/ic.git
Documentation: pkg.go.dev

# Functions

CreateCluster creates a cluster.
DeleteCluster deletes a cluster.
GetCluster returns information abuot a cluster.
GetClusterKubeConfig returns kubeconfig for a cluster.
GetClusterNode returns information abuot a cluster node.
ListClusterNodes returns a non-paginated list of cluster nodes.
ListClusters returns a non-paginated list of clusters.
NewClusterKubeConfigRenderer creates a new renderer of a cluster kubeconfig.
NewClusterNodeRenderer creates a new renderer of a single cluster node.
NewClusterNodesRenderer creates a new renderer for a list of cluster nodes.
NewClusterRenderer creates a new renderer of a single cluster.
NewClustersRenderer creates a new renderer for a list of clusters.
UpdateCluster creates a cluster.

# Structs

No description provided by the author
No description provided by the author
CreateClusterInput is the input used by CreateCluster().
CreateClusterResult is the result of CreateCluster.
DeleteClusterInput is the input used by DeleteCluster().
DeleteClusterResult is the result of DeleteCluster.
GetClusterInput is the input used by GetCluster().
GetClusterKubeConfigInput is the input used by GetClusterKubeConfig().
GetClusterKubeConfigResult is the result of GetClusterKubeConfig().
GetClusterNodeInput is the input used by GetClusterNode().
GetClusterNodeResult is the result of GetClusterNode().
GetClusterResult is the result of GetCluster.
ListClusterNodesInput is the input given to ListClusterNodes().
ListClusterNodesResults is the result of ListClusterNodes().
ListClusterResults is the result of ListClusters.
ListClustersInput is the input given to ListClusters().
UpdateClusterInput is the input used by UpdateCluster().
UpdateClusterResult is the result of UpdateCluster.

# Interfaces

No description provided by the author