Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrClusterConfigNotFound is the sentinel error returned by // GetClusterConfig if the cluster configuration is not found. ErrClusterConfigNotFound = errors.New("not found") )
Functions ¶
func GetClusterConfig ¶
func GetClusterConfig(ctx context.Context, clusterName string, backend kvstore.BackendOperations) (cmtypes.CiliumClusterConfig, error)
func SetClusterConfig ¶
func SetClusterConfig(ctx context.Context, clusterName string, config cmtypes.CiliumClusterConfig, backend kvstore.BackendOperations) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.