v1beta2

package
v0.51.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerRevisionCreateRequest

type ControllerRevisionCreateRequest struct {
	*vvc.ControllerRevision
	// contains filtered or unexported fields
}

ControllerRevisionCreateRequest represents request

func (*ControllerRevisionCreateRequest) Call

func (r *ControllerRevisionCreateRequest) Call() (result interface{}, err error)

func (*ControllerRevisionCreateRequest) GetId

func (*ControllerRevisionCreateRequest) SetService

func (r *ControllerRevisionCreateRequest) SetService(service interface{}) error

type ControllerRevisionDeleteCollectionRequest

type ControllerRevisionDeleteCollectionRequest struct {
	*v1.DeleteOptions
	ListOptions v1.ListOptions
	// contains filtered or unexported fields
}

ControllerRevisionDeleteCollectionRequest represents request

func (*ControllerRevisionDeleteCollectionRequest) Call

func (r *ControllerRevisionDeleteCollectionRequest) Call() (result interface{}, err error)

func (*ControllerRevisionDeleteCollectionRequest) GetId

func (*ControllerRevisionDeleteCollectionRequest) SetService

func (r *ControllerRevisionDeleteCollectionRequest) SetService(service interface{}) error

type ControllerRevisionDeleteRequest

type ControllerRevisionDeleteRequest struct {
	Name string
	*v1.DeleteOptions
	// contains filtered or unexported fields
}

ControllerRevisionDeleteRequest represents request

func (*ControllerRevisionDeleteRequest) Call

func (r *ControllerRevisionDeleteRequest) Call() (result interface{}, err error)

func (*ControllerRevisionDeleteRequest) GetId

func (*ControllerRevisionDeleteRequest) SetService

func (r *ControllerRevisionDeleteRequest) SetService(service interface{}) error

type ControllerRevisionGetRequest

type ControllerRevisionGetRequest struct {
	Name string
	v1.GetOptions
	// contains filtered or unexported fields
}

ControllerRevisionGetRequest represents request

func (*ControllerRevisionGetRequest) Call

func (r *ControllerRevisionGetRequest) Call() (result interface{}, err error)

func (*ControllerRevisionGetRequest) GetId

func (*ControllerRevisionGetRequest) SetService

func (r *ControllerRevisionGetRequest) SetService(service interface{}) error

type ControllerRevisionListRequest

type ControllerRevisionListRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

ControllerRevisionListRequest represents request

func (*ControllerRevisionListRequest) Call

func (r *ControllerRevisionListRequest) Call() (result interface{}, err error)

func (*ControllerRevisionListRequest) GetId

func (*ControllerRevisionListRequest) SetService

func (r *ControllerRevisionListRequest) SetService(service interface{}) error

type ControllerRevisionPatchRequest

type ControllerRevisionPatchRequest struct {
	Name         string
	Pt           types.PatchType
	Data         []byte
	Subresources []string
	// contains filtered or unexported fields
}

ControllerRevisionPatchRequest represents request

func (*ControllerRevisionPatchRequest) Call

func (r *ControllerRevisionPatchRequest) Call() (result interface{}, err error)

func (*ControllerRevisionPatchRequest) GetId

func (*ControllerRevisionPatchRequest) SetService

func (r *ControllerRevisionPatchRequest) SetService(service interface{}) error

type ControllerRevisionUpdateRequest

type ControllerRevisionUpdateRequest struct {
	*vvc.ControllerRevision
	// contains filtered or unexported fields
}

ControllerRevisionUpdateRequest represents request

func (*ControllerRevisionUpdateRequest) Call

func (r *ControllerRevisionUpdateRequest) Call() (result interface{}, err error)

func (*ControllerRevisionUpdateRequest) GetId

func (*ControllerRevisionUpdateRequest) SetService

func (r *ControllerRevisionUpdateRequest) SetService(service interface{}) error

type ControllerRevisionWatchRequest

type ControllerRevisionWatchRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

ControllerRevisionWatchRequest represents request

func (*ControllerRevisionWatchRequest) Call

func (r *ControllerRevisionWatchRequest) Call() (result interface{}, err error)

func (*ControllerRevisionWatchRequest) GetId

func (*ControllerRevisionWatchRequest) SetService

func (r *ControllerRevisionWatchRequest) SetService(service interface{}) error

type DaemonSetCreateRequest

type DaemonSetCreateRequest struct {
	*vvc.DaemonSet
	// contains filtered or unexported fields
}

DaemonSetCreateRequest represents request

func (*DaemonSetCreateRequest) Call

func (r *DaemonSetCreateRequest) Call() (result interface{}, err error)

func (*DaemonSetCreateRequest) GetId

func (r *DaemonSetCreateRequest) GetId() string

func (*DaemonSetCreateRequest) SetService

func (r *DaemonSetCreateRequest) SetService(service interface{}) error

type DaemonSetDeleteCollectionRequest

type DaemonSetDeleteCollectionRequest struct {
	*v1.DeleteOptions
	ListOptions v1.ListOptions
	// contains filtered or unexported fields
}

DaemonSetDeleteCollectionRequest represents request

func (*DaemonSetDeleteCollectionRequest) Call

func (r *DaemonSetDeleteCollectionRequest) Call() (result interface{}, err error)

func (*DaemonSetDeleteCollectionRequest) GetId

func (*DaemonSetDeleteCollectionRequest) SetService

func (r *DaemonSetDeleteCollectionRequest) SetService(service interface{}) error

type DaemonSetDeleteRequest

type DaemonSetDeleteRequest struct {
	Name string
	*v1.DeleteOptions
	// contains filtered or unexported fields
}

DaemonSetDeleteRequest represents request

func (*DaemonSetDeleteRequest) Call

func (r *DaemonSetDeleteRequest) Call() (result interface{}, err error)

func (*DaemonSetDeleteRequest) GetId

func (r *DaemonSetDeleteRequest) GetId() string

func (*DaemonSetDeleteRequest) SetService

func (r *DaemonSetDeleteRequest) SetService(service interface{}) error

type DaemonSetGetRequest

type DaemonSetGetRequest struct {
	Name string
	v1.GetOptions
	// contains filtered or unexported fields
}

DaemonSetGetRequest represents request

func (*DaemonSetGetRequest) Call

func (r *DaemonSetGetRequest) Call() (result interface{}, err error)

func (*DaemonSetGetRequest) GetId

func (r *DaemonSetGetRequest) GetId() string

func (*DaemonSetGetRequest) SetService

func (r *DaemonSetGetRequest) SetService(service interface{}) error

type DaemonSetListRequest

type DaemonSetListRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

DaemonSetListRequest represents request

func (*DaemonSetListRequest) Call

func (r *DaemonSetListRequest) Call() (result interface{}, err error)

func (*DaemonSetListRequest) GetId

func (r *DaemonSetListRequest) GetId() string

func (*DaemonSetListRequest) SetService

func (r *DaemonSetListRequest) SetService(service interface{}) error

type DaemonSetPatchRequest

type DaemonSetPatchRequest struct {
	Name         string
	Pt           types.PatchType
	Data         []byte
	Subresources []string
	// contains filtered or unexported fields
}

DaemonSetPatchRequest represents request

func (*DaemonSetPatchRequest) Call

func (r *DaemonSetPatchRequest) Call() (result interface{}, err error)

func (*DaemonSetPatchRequest) GetId

func (r *DaemonSetPatchRequest) GetId() string

func (*DaemonSetPatchRequest) SetService

func (r *DaemonSetPatchRequest) SetService(service interface{}) error

type DaemonSetUpdateRequest

type DaemonSetUpdateRequest struct {
	*vvc.DaemonSet
	// contains filtered or unexported fields
}

DaemonSetUpdateRequest represents request

func (*DaemonSetUpdateRequest) Call

func (r *DaemonSetUpdateRequest) Call() (result interface{}, err error)

func (*DaemonSetUpdateRequest) GetId

func (r *DaemonSetUpdateRequest) GetId() string

func (*DaemonSetUpdateRequest) SetService

func (r *DaemonSetUpdateRequest) SetService(service interface{}) error

type DaemonSetUpdateStatusRequest

type DaemonSetUpdateStatusRequest struct {
	*vvc.DaemonSet
	// contains filtered or unexported fields
}

DaemonSetUpdateStatusRequest represents request

func (*DaemonSetUpdateStatusRequest) Call

func (r *DaemonSetUpdateStatusRequest) Call() (result interface{}, err error)

func (*DaemonSetUpdateStatusRequest) GetId

func (*DaemonSetUpdateStatusRequest) SetService

func (r *DaemonSetUpdateStatusRequest) SetService(service interface{}) error

type DaemonSetWatchRequest

type DaemonSetWatchRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

DaemonSetWatchRequest represents request

func (*DaemonSetWatchRequest) Call

func (r *DaemonSetWatchRequest) Call() (result interface{}, err error)

func (*DaemonSetWatchRequest) GetId

func (r *DaemonSetWatchRequest) GetId() string

func (*DaemonSetWatchRequest) SetService

func (r *DaemonSetWatchRequest) SetService(service interface{}) error

type DeploymentCreateRequest

type DeploymentCreateRequest struct {
	*vvc.Deployment
	// contains filtered or unexported fields
}

DeploymentCreateRequest represents request

func (*DeploymentCreateRequest) Call

func (r *DeploymentCreateRequest) Call() (result interface{}, err error)

func (*DeploymentCreateRequest) GetId

func (r *DeploymentCreateRequest) GetId() string

func (*DeploymentCreateRequest) SetService

func (r *DeploymentCreateRequest) SetService(service interface{}) error

type DeploymentDeleteCollectionRequest

type DeploymentDeleteCollectionRequest struct {
	*v1.DeleteOptions
	ListOptions v1.ListOptions
	// contains filtered or unexported fields
}

DeploymentDeleteCollectionRequest represents request

func (*DeploymentDeleteCollectionRequest) Call

func (r *DeploymentDeleteCollectionRequest) Call() (result interface{}, err error)

func (*DeploymentDeleteCollectionRequest) GetId

func (*DeploymentDeleteCollectionRequest) SetService

func (r *DeploymentDeleteCollectionRequest) SetService(service interface{}) error

type DeploymentDeleteRequest

type DeploymentDeleteRequest struct {
	Name string
	*v1.DeleteOptions
	// contains filtered or unexported fields
}

DeploymentDeleteRequest represents request

func (*DeploymentDeleteRequest) Call

func (r *DeploymentDeleteRequest) Call() (result interface{}, err error)

func (*DeploymentDeleteRequest) GetId

func (r *DeploymentDeleteRequest) GetId() string

func (*DeploymentDeleteRequest) SetService

func (r *DeploymentDeleteRequest) SetService(service interface{}) error

type DeploymentGetRequest

type DeploymentGetRequest struct {
	Name string
	v1.GetOptions
	// contains filtered or unexported fields
}

DeploymentGetRequest represents request

func (*DeploymentGetRequest) Call

func (r *DeploymentGetRequest) Call() (result interface{}, err error)

func (*DeploymentGetRequest) GetId

func (r *DeploymentGetRequest) GetId() string

func (*DeploymentGetRequest) SetService

func (r *DeploymentGetRequest) SetService(service interface{}) error

type DeploymentListRequest

type DeploymentListRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

DeploymentListRequest represents request

func (*DeploymentListRequest) Call

func (r *DeploymentListRequest) Call() (result interface{}, err error)

func (*DeploymentListRequest) GetId

func (r *DeploymentListRequest) GetId() string

func (*DeploymentListRequest) SetService

func (r *DeploymentListRequest) SetService(service interface{}) error

type DeploymentPatchRequest

type DeploymentPatchRequest struct {
	Name         string
	Pt           types.PatchType
	Data         []byte
	Subresources []string
	// contains filtered or unexported fields
}

DeploymentPatchRequest represents request

func (*DeploymentPatchRequest) Call

func (r *DeploymentPatchRequest) Call() (result interface{}, err error)

func (*DeploymentPatchRequest) GetId

func (r *DeploymentPatchRequest) GetId() string

func (*DeploymentPatchRequest) SetService

func (r *DeploymentPatchRequest) SetService(service interface{}) error

type DeploymentUpdateRequest

type DeploymentUpdateRequest struct {
	*vvc.Deployment
	// contains filtered or unexported fields
}

DeploymentUpdateRequest represents request

func (*DeploymentUpdateRequest) Call

func (r *DeploymentUpdateRequest) Call() (result interface{}, err error)

func (*DeploymentUpdateRequest) GetId

func (r *DeploymentUpdateRequest) GetId() string

func (*DeploymentUpdateRequest) SetService

func (r *DeploymentUpdateRequest) SetService(service interface{}) error

type DeploymentUpdateStatusRequest

type DeploymentUpdateStatusRequest struct {
	*vvc.Deployment
	// contains filtered or unexported fields
}

DeploymentUpdateStatusRequest represents request

func (*DeploymentUpdateStatusRequest) Call

func (r *DeploymentUpdateStatusRequest) Call() (result interface{}, err error)

func (*DeploymentUpdateStatusRequest) GetId

func (*DeploymentUpdateStatusRequest) SetService

func (r *DeploymentUpdateStatusRequest) SetService(service interface{}) error

type DeploymentWatchRequest

type DeploymentWatchRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

DeploymentWatchRequest represents request

func (*DeploymentWatchRequest) Call

func (r *DeploymentWatchRequest) Call() (result interface{}, err error)

func (*DeploymentWatchRequest) GetId

func (r *DeploymentWatchRequest) GetId() string

func (*DeploymentWatchRequest) SetService

func (r *DeploymentWatchRequest) SetService(service interface{}) error

type ReplicaSetCreateRequest

type ReplicaSetCreateRequest struct {
	*vvc.ReplicaSet
	// contains filtered or unexported fields
}

ReplicaSetCreateRequest represents request

func (*ReplicaSetCreateRequest) Call

func (r *ReplicaSetCreateRequest) Call() (result interface{}, err error)

func (*ReplicaSetCreateRequest) GetId

func (r *ReplicaSetCreateRequest) GetId() string

func (*ReplicaSetCreateRequest) SetService

func (r *ReplicaSetCreateRequest) SetService(service interface{}) error

type ReplicaSetDeleteCollectionRequest

type ReplicaSetDeleteCollectionRequest struct {
	*v1.DeleteOptions
	ListOptions v1.ListOptions
	// contains filtered or unexported fields
}

ReplicaSetDeleteCollectionRequest represents request

func (*ReplicaSetDeleteCollectionRequest) Call

func (r *ReplicaSetDeleteCollectionRequest) Call() (result interface{}, err error)

func (*ReplicaSetDeleteCollectionRequest) GetId

func (*ReplicaSetDeleteCollectionRequest) SetService

func (r *ReplicaSetDeleteCollectionRequest) SetService(service interface{}) error

type ReplicaSetDeleteRequest

type ReplicaSetDeleteRequest struct {
	Name string
	*v1.DeleteOptions
	// contains filtered or unexported fields
}

ReplicaSetDeleteRequest represents request

func (*ReplicaSetDeleteRequest) Call

func (r *ReplicaSetDeleteRequest) Call() (result interface{}, err error)

func (*ReplicaSetDeleteRequest) GetId

func (r *ReplicaSetDeleteRequest) GetId() string

func (*ReplicaSetDeleteRequest) SetService

func (r *ReplicaSetDeleteRequest) SetService(service interface{}) error

type ReplicaSetGetRequest

type ReplicaSetGetRequest struct {
	Name string
	v1.GetOptions
	// contains filtered or unexported fields
}

ReplicaSetGetRequest represents request

func (*ReplicaSetGetRequest) Call

func (r *ReplicaSetGetRequest) Call() (result interface{}, err error)

func (*ReplicaSetGetRequest) GetId

func (r *ReplicaSetGetRequest) GetId() string

func (*ReplicaSetGetRequest) SetService

func (r *ReplicaSetGetRequest) SetService(service interface{}) error

type ReplicaSetListRequest

type ReplicaSetListRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

ReplicaSetListRequest represents request

func (*ReplicaSetListRequest) Call

func (r *ReplicaSetListRequest) Call() (result interface{}, err error)

func (*ReplicaSetListRequest) GetId

func (r *ReplicaSetListRequest) GetId() string

func (*ReplicaSetListRequest) SetService

func (r *ReplicaSetListRequest) SetService(service interface{}) error

type ReplicaSetPatchRequest

type ReplicaSetPatchRequest struct {
	Name         string
	Pt           types.PatchType
	Data         []byte
	Subresources []string
	// contains filtered or unexported fields
}

ReplicaSetPatchRequest represents request

func (*ReplicaSetPatchRequest) Call

func (r *ReplicaSetPatchRequest) Call() (result interface{}, err error)

func (*ReplicaSetPatchRequest) GetId

func (r *ReplicaSetPatchRequest) GetId() string

func (*ReplicaSetPatchRequest) SetService

func (r *ReplicaSetPatchRequest) SetService(service interface{}) error

type ReplicaSetUpdateRequest

type ReplicaSetUpdateRequest struct {
	*vvc.ReplicaSet
	// contains filtered or unexported fields
}

ReplicaSetUpdateRequest represents request

func (*ReplicaSetUpdateRequest) Call

func (r *ReplicaSetUpdateRequest) Call() (result interface{}, err error)

func (*ReplicaSetUpdateRequest) GetId

func (r *ReplicaSetUpdateRequest) GetId() string

func (*ReplicaSetUpdateRequest) SetService

func (r *ReplicaSetUpdateRequest) SetService(service interface{}) error

type ReplicaSetUpdateStatusRequest

type ReplicaSetUpdateStatusRequest struct {
	*vvc.ReplicaSet
	// contains filtered or unexported fields
}

ReplicaSetUpdateStatusRequest represents request

func (*ReplicaSetUpdateStatusRequest) Call

func (r *ReplicaSetUpdateStatusRequest) Call() (result interface{}, err error)

func (*ReplicaSetUpdateStatusRequest) GetId

func (*ReplicaSetUpdateStatusRequest) SetService

func (r *ReplicaSetUpdateStatusRequest) SetService(service interface{}) error

type ReplicaSetWatchRequest

type ReplicaSetWatchRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

ReplicaSetWatchRequest represents request

func (*ReplicaSetWatchRequest) Call

func (r *ReplicaSetWatchRequest) Call() (result interface{}, err error)

func (*ReplicaSetWatchRequest) GetId

func (r *ReplicaSetWatchRequest) GetId() string

func (*ReplicaSetWatchRequest) SetService

func (r *ReplicaSetWatchRequest) SetService(service interface{}) error

type StatefulSetCreateRequest

type StatefulSetCreateRequest struct {
	*vvc.StatefulSet
	// contains filtered or unexported fields
}

StatefulSetCreateRequest represents request

func (*StatefulSetCreateRequest) Call

func (r *StatefulSetCreateRequest) Call() (result interface{}, err error)

func (*StatefulSetCreateRequest) GetId

func (r *StatefulSetCreateRequest) GetId() string

func (*StatefulSetCreateRequest) SetService

func (r *StatefulSetCreateRequest) SetService(service interface{}) error

type StatefulSetDeleteCollectionRequest

type StatefulSetDeleteCollectionRequest struct {
	*v1.DeleteOptions
	ListOptions v1.ListOptions
	// contains filtered or unexported fields
}

StatefulSetDeleteCollectionRequest represents request

func (*StatefulSetDeleteCollectionRequest) Call

func (r *StatefulSetDeleteCollectionRequest) Call() (result interface{}, err error)

func (*StatefulSetDeleteCollectionRequest) GetId

func (*StatefulSetDeleteCollectionRequest) SetService

func (r *StatefulSetDeleteCollectionRequest) SetService(service interface{}) error

type StatefulSetDeleteRequest

type StatefulSetDeleteRequest struct {
	Name string
	*v1.DeleteOptions
	// contains filtered or unexported fields
}

StatefulSetDeleteRequest represents request

func (*StatefulSetDeleteRequest) Call

func (r *StatefulSetDeleteRequest) Call() (result interface{}, err error)

func (*StatefulSetDeleteRequest) GetId

func (r *StatefulSetDeleteRequest) GetId() string

func (*StatefulSetDeleteRequest) SetService

func (r *StatefulSetDeleteRequest) SetService(service interface{}) error

type StatefulSetGetRequest

type StatefulSetGetRequest struct {
	Name string
	v1.GetOptions
	// contains filtered or unexported fields
}

StatefulSetGetRequest represents request

func (*StatefulSetGetRequest) Call

func (r *StatefulSetGetRequest) Call() (result interface{}, err error)

func (*StatefulSetGetRequest) GetId

func (r *StatefulSetGetRequest) GetId() string

func (*StatefulSetGetRequest) SetService

func (r *StatefulSetGetRequest) SetService(service interface{}) error

type StatefulSetGetScaleRequest

type StatefulSetGetScaleRequest struct {
	StatefulSetName string
	v1.GetOptions
	// contains filtered or unexported fields
}

StatefulSetGetScaleRequest represents request

func (*StatefulSetGetScaleRequest) Call

func (r *StatefulSetGetScaleRequest) Call() (result interface{}, err error)

func (*StatefulSetGetScaleRequest) GetId

func (*StatefulSetGetScaleRequest) SetService

func (r *StatefulSetGetScaleRequest) SetService(service interface{}) error

type StatefulSetListRequest

type StatefulSetListRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

StatefulSetListRequest represents request

func (*StatefulSetListRequest) Call

func (r *StatefulSetListRequest) Call() (result interface{}, err error)

func (*StatefulSetListRequest) GetId

func (r *StatefulSetListRequest) GetId() string

func (*StatefulSetListRequest) SetService

func (r *StatefulSetListRequest) SetService(service interface{}) error

type StatefulSetPatchRequest

type StatefulSetPatchRequest struct {
	Name         string
	Pt           types.PatchType
	Data         []byte
	Subresources []string
	// contains filtered or unexported fields
}

StatefulSetPatchRequest represents request

func (*StatefulSetPatchRequest) Call

func (r *StatefulSetPatchRequest) Call() (result interface{}, err error)

func (*StatefulSetPatchRequest) GetId

func (r *StatefulSetPatchRequest) GetId() string

func (*StatefulSetPatchRequest) SetService

func (r *StatefulSetPatchRequest) SetService(service interface{}) error

type StatefulSetUpdateRequest

type StatefulSetUpdateRequest struct {
	*vvc.StatefulSet
	// contains filtered or unexported fields
}

StatefulSetUpdateRequest represents request

func (*StatefulSetUpdateRequest) Call

func (r *StatefulSetUpdateRequest) Call() (result interface{}, err error)

func (*StatefulSetUpdateRequest) GetId

func (r *StatefulSetUpdateRequest) GetId() string

func (*StatefulSetUpdateRequest) SetService

func (r *StatefulSetUpdateRequest) SetService(service interface{}) error

type StatefulSetUpdateScaleRequest

type StatefulSetUpdateScaleRequest struct {
	StatefulSetName string
	*vvc.Scale
	// contains filtered or unexported fields
}

StatefulSetUpdateScaleRequest represents request

func (*StatefulSetUpdateScaleRequest) Call

func (r *StatefulSetUpdateScaleRequest) Call() (result interface{}, err error)

func (*StatefulSetUpdateScaleRequest) GetId

func (*StatefulSetUpdateScaleRequest) SetService

func (r *StatefulSetUpdateScaleRequest) SetService(service interface{}) error

type StatefulSetUpdateStatusRequest

type StatefulSetUpdateStatusRequest struct {
	*vvc.StatefulSet
	// contains filtered or unexported fields
}

StatefulSetUpdateStatusRequest represents request

func (*StatefulSetUpdateStatusRequest) Call

func (r *StatefulSetUpdateStatusRequest) Call() (result interface{}, err error)

func (*StatefulSetUpdateStatusRequest) GetId

func (*StatefulSetUpdateStatusRequest) SetService

func (r *StatefulSetUpdateStatusRequest) SetService(service interface{}) error

type StatefulSetWatchRequest

type StatefulSetWatchRequest struct {
	v1.ListOptions
	// contains filtered or unexported fields
}

StatefulSetWatchRequest represents request

func (*StatefulSetWatchRequest) Call

func (r *StatefulSetWatchRequest) Call() (result interface{}, err error)

func (*StatefulSetWatchRequest) GetId

func (r *StatefulSetWatchRequest) GetId() string

func (*StatefulSetWatchRequest) SetService

func (r *StatefulSetWatchRequest) SetService(service interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL