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