Documentation
¶
Index ¶
- type IP
- func (b *IP) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (b *IP) Delete(namespace, name string) error
- func (b *IP) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (b *IP) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type NetworkAttachmentDefinition
- func (b *NetworkAttachmentDefinition) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (b *NetworkAttachmentDefinition) Delete(namespace, name string) error
- func (b *NetworkAttachmentDefinition) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (b *NetworkAttachmentDefinition) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
- type SubNet
- func (b *SubNet) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
- func (b *SubNet) Delete(namespace, name string) error
- func (b *SubNet) Get(namespace, name string) (*service.UnstructuredExtend, error)
- func (b *SubNet) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IP ¶
func (*IP) Apply ¶
func (b *IP) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
type NetworkAttachmentDefinition ¶
func NewNetworkAttachmentDefinition ¶
func NewNetworkAttachmentDefinition(svcInterface service.Interface) *NetworkAttachmentDefinition
func (*NetworkAttachmentDefinition) Apply ¶
func (b *NetworkAttachmentDefinition) Apply(namespace, name string, unstructuredExtend *service.UnstructuredExtend) (*service.UnstructuredExtend, bool, error)
func (*NetworkAttachmentDefinition) Delete ¶
func (b *NetworkAttachmentDefinition) Delete(namespace, name string) error
func (*NetworkAttachmentDefinition) Get ¶
func (b *NetworkAttachmentDefinition) Get(namespace, name string) (*service.UnstructuredExtend, error)
func (*NetworkAttachmentDefinition) List ¶
func (b *NetworkAttachmentDefinition) List(namespace string, selector string) (*service.UnstructuredListExtend, error)
Click to show internal directories.
Click to hide internal directories.