Documentation ¶
Index ¶
- func CreateNamespace(name string) error
- func DeleteNamespace(name string) error
- func GetNamespaceName(accountID string) string
- func NewNamespace(name string) *apiv1.Namespace
- func NewNamespaceDynamic(name string) *unstructured.Unstructured
- type Object
- type Relay
- func (r *Relay) Create() error
- func (r *Relay) Delete() error
- func (r *Relay) Get() interface{}
- func (r *Relay) Namespace() *apiv1.Namespace
- func (r *Relay) Secret() *apiv1.Secret
- func (r *Relay) SecretDynamic() *unstructured.Unstructured
- func (r *Relay) Service() *apiv1.Service
- func (r *Relay) ServiceDynamic() *unstructured.Unstructured
- func (r *Relay) StatefulSet() *appsv1.StatefulSet
- func (r *Relay) StatefulSetDynamic() *unstructured.Unstructured
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNamespaceDynamic ¶
func NewNamespaceDynamic(name string) *unstructured.Unstructured
Types ¶
type Object ¶
type Relay ¶
type Relay struct {
*network.RelayService
}
func (*Relay) SecretDynamic ¶
func (r *Relay) SecretDynamic() *unstructured.Unstructured
func (*Relay) ServiceDynamic ¶
func (r *Relay) ServiceDynamic() *unstructured.Unstructured
func (*Relay) StatefulSet ¶
func (r *Relay) StatefulSet() *appsv1.StatefulSet
func (*Relay) StatefulSetDynamic ¶
func (r *Relay) StatefulSetDynamic() *unstructured.Unstructured
Click to show internal directories.
Click to hide internal directories.