Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterAssetGroup ¶
type ClusterAssetGroup struct {
// contains filtered or unexported fields
}
func NewClusterAssetGroup ¶
func NewClusterAssetGroup(dynamicCli dynamic.Interface, logFn func(format string, args ...interface{})) *ClusterAssetGroup
func (*ClusterAssetGroup) Create ¶
func (self *ClusterAssetGroup) Create(meta metav1.ObjectMeta, clusterAssetGroupSpec v1beta1.CommonAssetGroupSpec) error
func (*ClusterAssetGroup) Delete ¶
func (self *ClusterAssetGroup) Delete(name string) error
func (*ClusterAssetGroup) Get ¶
func (self *ClusterAssetGroup) Get(name string) (*v1beta1.ClusterAssetGroup, error)
Click to show internal directories.
Click to hide internal directories.