Documentation ¶
Index ¶
- type DaemonSetCreateRequest
- type DaemonSetDeleteCollectionRequest
- type DaemonSetDeleteRequest
- type DaemonSetGetRequest
- type DaemonSetListRequest
- type DaemonSetPatchRequest
- type DaemonSetUpdateRequest
- type DaemonSetUpdateStatusRequest
- type DaemonSetWatchRequest
- type DeploymentCreateRequest
- type DeploymentDeleteCollectionRequest
- type DeploymentDeleteRequest
- type DeploymentGetRequest
- type DeploymentGetScaleRequest
- type DeploymentListRequest
- type DeploymentPatchRequest
- type DeploymentUpdateRequest
- type DeploymentUpdateScaleRequest
- type DeploymentUpdateStatusRequest
- type DeploymentWatchRequest
- type IngressCreateRequest
- type IngressDeleteCollectionRequest
- type IngressDeleteRequest
- type IngressGetRequest
- type IngressListRequest
- type IngressPatchRequest
- type IngressUpdateRequest
- type IngressUpdateStatusRequest
- type IngressWatchRequest
- type PodSecurityPolicyCreateRequest
- type PodSecurityPolicyDeleteCollectionRequest
- type PodSecurityPolicyDeleteRequest
- type PodSecurityPolicyGetRequest
- type PodSecurityPolicyListRequest
- type PodSecurityPolicyPatchRequest
- type PodSecurityPolicyUpdateRequest
- type PodSecurityPolicyWatchRequest
- type ReplicaSetCreateRequest
- type ReplicaSetDeleteCollectionRequest
- type ReplicaSetDeleteRequest
- type ReplicaSetGetRequest
- type ReplicaSetGetScaleRequest
- type ReplicaSetListRequest
- type ReplicaSetPatchRequest
- type ReplicaSetUpdateRequest
- type ReplicaSetUpdateScaleRequest
- type ReplicaSetUpdateStatusRequest
- type ReplicaSetWatchRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonSetCreateRequest ¶
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 (r *DaemonSetDeleteCollectionRequest) GetId() string
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 ¶
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 (r *DaemonSetUpdateStatusRequest) GetId() string
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 (r *DeploymentDeleteCollectionRequest) GetId() string
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 DeploymentGetScaleRequest ¶
type DeploymentGetScaleRequest struct { DeploymentName string v1.GetOptions // contains filtered or unexported fields }
DeploymentGetScaleRequest represents request
func (*DeploymentGetScaleRequest) Call ¶
func (r *DeploymentGetScaleRequest) Call() (result interface{}, err error)
func (*DeploymentGetScaleRequest) GetId ¶
func (r *DeploymentGetScaleRequest) GetId() string
func (*DeploymentGetScaleRequest) SetService ¶
func (r *DeploymentGetScaleRequest) 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 DeploymentUpdateScaleRequest ¶
type DeploymentUpdateScaleRequest struct { DeploymentName string *vvc.Scale // contains filtered or unexported fields }
DeploymentUpdateScaleRequest represents request
func (*DeploymentUpdateScaleRequest) Call ¶
func (r *DeploymentUpdateScaleRequest) Call() (result interface{}, err error)
func (*DeploymentUpdateScaleRequest) GetId ¶
func (r *DeploymentUpdateScaleRequest) GetId() string
func (*DeploymentUpdateScaleRequest) SetService ¶
func (r *DeploymentUpdateScaleRequest) 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 (r *DeploymentUpdateStatusRequest) GetId() string
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 IngressCreateRequest ¶
IngressCreateRequest represents request
func (*IngressCreateRequest) Call ¶
func (r *IngressCreateRequest) Call() (result interface{}, err error)
func (*IngressCreateRequest) GetId ¶
func (r *IngressCreateRequest) GetId() string
func (*IngressCreateRequest) SetService ¶
func (r *IngressCreateRequest) SetService(service interface{}) error
type IngressDeleteCollectionRequest ¶
type IngressDeleteCollectionRequest struct { *v1.DeleteOptions ListOptions v1.ListOptions // contains filtered or unexported fields }
IngressDeleteCollectionRequest represents request
func (*IngressDeleteCollectionRequest) Call ¶
func (r *IngressDeleteCollectionRequest) Call() (result interface{}, err error)
func (*IngressDeleteCollectionRequest) GetId ¶
func (r *IngressDeleteCollectionRequest) GetId() string
func (*IngressDeleteCollectionRequest) SetService ¶
func (r *IngressDeleteCollectionRequest) SetService(service interface{}) error
type IngressDeleteRequest ¶
type IngressDeleteRequest struct { Name string *v1.DeleteOptions // contains filtered or unexported fields }
IngressDeleteRequest represents request
func (*IngressDeleteRequest) Call ¶
func (r *IngressDeleteRequest) Call() (result interface{}, err error)
func (*IngressDeleteRequest) GetId ¶
func (r *IngressDeleteRequest) GetId() string
func (*IngressDeleteRequest) SetService ¶
func (r *IngressDeleteRequest) SetService(service interface{}) error
type IngressGetRequest ¶
type IngressGetRequest struct { Name string v1.GetOptions // contains filtered or unexported fields }
IngressGetRequest represents request
func (*IngressGetRequest) Call ¶
func (r *IngressGetRequest) Call() (result interface{}, err error)
func (*IngressGetRequest) GetId ¶
func (r *IngressGetRequest) GetId() string
func (*IngressGetRequest) SetService ¶
func (r *IngressGetRequest) SetService(service interface{}) error
type IngressListRequest ¶
type IngressListRequest struct { v1.ListOptions // contains filtered or unexported fields }
IngressListRequest represents request
func (*IngressListRequest) Call ¶
func (r *IngressListRequest) Call() (result interface{}, err error)
func (*IngressListRequest) GetId ¶
func (r *IngressListRequest) GetId() string
func (*IngressListRequest) SetService ¶
func (r *IngressListRequest) SetService(service interface{}) error
type IngressPatchRequest ¶
type IngressPatchRequest struct { Name string Pt types.PatchType Data []byte Subresources []string // contains filtered or unexported fields }
IngressPatchRequest represents request
func (*IngressPatchRequest) Call ¶
func (r *IngressPatchRequest) Call() (result interface{}, err error)
func (*IngressPatchRequest) GetId ¶
func (r *IngressPatchRequest) GetId() string
func (*IngressPatchRequest) SetService ¶
func (r *IngressPatchRequest) SetService(service interface{}) error
type IngressUpdateRequest ¶
IngressUpdateRequest represents request
func (*IngressUpdateRequest) Call ¶
func (r *IngressUpdateRequest) Call() (result interface{}, err error)
func (*IngressUpdateRequest) GetId ¶
func (r *IngressUpdateRequest) GetId() string
func (*IngressUpdateRequest) SetService ¶
func (r *IngressUpdateRequest) SetService(service interface{}) error
type IngressUpdateStatusRequest ¶
IngressUpdateStatusRequest represents request
func (*IngressUpdateStatusRequest) Call ¶
func (r *IngressUpdateStatusRequest) Call() (result interface{}, err error)
func (*IngressUpdateStatusRequest) GetId ¶
func (r *IngressUpdateStatusRequest) GetId() string
func (*IngressUpdateStatusRequest) SetService ¶
func (r *IngressUpdateStatusRequest) SetService(service interface{}) error
type IngressWatchRequest ¶
type IngressWatchRequest struct { v1.ListOptions // contains filtered or unexported fields }
IngressWatchRequest represents request
func (*IngressWatchRequest) Call ¶
func (r *IngressWatchRequest) Call() (result interface{}, err error)
func (*IngressWatchRequest) GetId ¶
func (r *IngressWatchRequest) GetId() string
func (*IngressWatchRequest) SetService ¶
func (r *IngressWatchRequest) SetService(service interface{}) error
type PodSecurityPolicyCreateRequest ¶
type PodSecurityPolicyCreateRequest struct { *vvc.PodSecurityPolicy // contains filtered or unexported fields }
PodSecurityPolicyCreateRequest represents request
func (*PodSecurityPolicyCreateRequest) Call ¶
func (r *PodSecurityPolicyCreateRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyCreateRequest) GetId ¶
func (r *PodSecurityPolicyCreateRequest) GetId() string
func (*PodSecurityPolicyCreateRequest) SetService ¶
func (r *PodSecurityPolicyCreateRequest) SetService(service interface{}) error
type PodSecurityPolicyDeleteCollectionRequest ¶
type PodSecurityPolicyDeleteCollectionRequest struct { *v1.DeleteOptions ListOptions v1.ListOptions // contains filtered or unexported fields }
PodSecurityPolicyDeleteCollectionRequest represents request
func (*PodSecurityPolicyDeleteCollectionRequest) Call ¶
func (r *PodSecurityPolicyDeleteCollectionRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyDeleteCollectionRequest) GetId ¶
func (r *PodSecurityPolicyDeleteCollectionRequest) GetId() string
func (*PodSecurityPolicyDeleteCollectionRequest) SetService ¶
func (r *PodSecurityPolicyDeleteCollectionRequest) SetService(service interface{}) error
type PodSecurityPolicyDeleteRequest ¶
type PodSecurityPolicyDeleteRequest struct { Name string *v1.DeleteOptions // contains filtered or unexported fields }
PodSecurityPolicyDeleteRequest represents request
func (*PodSecurityPolicyDeleteRequest) Call ¶
func (r *PodSecurityPolicyDeleteRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyDeleteRequest) GetId ¶
func (r *PodSecurityPolicyDeleteRequest) GetId() string
func (*PodSecurityPolicyDeleteRequest) SetService ¶
func (r *PodSecurityPolicyDeleteRequest) SetService(service interface{}) error
type PodSecurityPolicyGetRequest ¶
type PodSecurityPolicyGetRequest struct { Name string v1.GetOptions // contains filtered or unexported fields }
PodSecurityPolicyGetRequest represents request
func (*PodSecurityPolicyGetRequest) Call ¶
func (r *PodSecurityPolicyGetRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyGetRequest) GetId ¶
func (r *PodSecurityPolicyGetRequest) GetId() string
func (*PodSecurityPolicyGetRequest) SetService ¶
func (r *PodSecurityPolicyGetRequest) SetService(service interface{}) error
type PodSecurityPolicyListRequest ¶
type PodSecurityPolicyListRequest struct { v1.ListOptions // contains filtered or unexported fields }
PodSecurityPolicyListRequest represents request
func (*PodSecurityPolicyListRequest) Call ¶
func (r *PodSecurityPolicyListRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyListRequest) GetId ¶
func (r *PodSecurityPolicyListRequest) GetId() string
func (*PodSecurityPolicyListRequest) SetService ¶
func (r *PodSecurityPolicyListRequest) SetService(service interface{}) error
type PodSecurityPolicyPatchRequest ¶
type PodSecurityPolicyPatchRequest struct { Name string Pt types.PatchType Data []byte Subresources []string // contains filtered or unexported fields }
PodSecurityPolicyPatchRequest represents request
func (*PodSecurityPolicyPatchRequest) Call ¶
func (r *PodSecurityPolicyPatchRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyPatchRequest) GetId ¶
func (r *PodSecurityPolicyPatchRequest) GetId() string
func (*PodSecurityPolicyPatchRequest) SetService ¶
func (r *PodSecurityPolicyPatchRequest) SetService(service interface{}) error
type PodSecurityPolicyUpdateRequest ¶
type PodSecurityPolicyUpdateRequest struct { *vvc.PodSecurityPolicy // contains filtered or unexported fields }
PodSecurityPolicyUpdateRequest represents request
func (*PodSecurityPolicyUpdateRequest) Call ¶
func (r *PodSecurityPolicyUpdateRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyUpdateRequest) GetId ¶
func (r *PodSecurityPolicyUpdateRequest) GetId() string
func (*PodSecurityPolicyUpdateRequest) SetService ¶
func (r *PodSecurityPolicyUpdateRequest) SetService(service interface{}) error
type PodSecurityPolicyWatchRequest ¶
type PodSecurityPolicyWatchRequest struct { v1.ListOptions // contains filtered or unexported fields }
PodSecurityPolicyWatchRequest represents request
func (*PodSecurityPolicyWatchRequest) Call ¶
func (r *PodSecurityPolicyWatchRequest) Call() (result interface{}, err error)
func (*PodSecurityPolicyWatchRequest) GetId ¶
func (r *PodSecurityPolicyWatchRequest) GetId() string
func (*PodSecurityPolicyWatchRequest) SetService ¶
func (r *PodSecurityPolicyWatchRequest) 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 (r *ReplicaSetDeleteCollectionRequest) GetId() string
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 ReplicaSetGetScaleRequest ¶
type ReplicaSetGetScaleRequest struct { ReplicaSetName string v1.GetOptions // contains filtered or unexported fields }
ReplicaSetGetScaleRequest represents request
func (*ReplicaSetGetScaleRequest) Call ¶
func (r *ReplicaSetGetScaleRequest) Call() (result interface{}, err error)
func (*ReplicaSetGetScaleRequest) GetId ¶
func (r *ReplicaSetGetScaleRequest) GetId() string
func (*ReplicaSetGetScaleRequest) SetService ¶
func (r *ReplicaSetGetScaleRequest) 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 ReplicaSetUpdateScaleRequest ¶
type ReplicaSetUpdateScaleRequest struct { ReplicaSetName string *vvc.Scale // contains filtered or unexported fields }
ReplicaSetUpdateScaleRequest represents request
func (*ReplicaSetUpdateScaleRequest) Call ¶
func (r *ReplicaSetUpdateScaleRequest) Call() (result interface{}, err error)
func (*ReplicaSetUpdateScaleRequest) GetId ¶
func (r *ReplicaSetUpdateScaleRequest) GetId() string
func (*ReplicaSetUpdateScaleRequest) SetService ¶
func (r *ReplicaSetUpdateScaleRequest) 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 (r *ReplicaSetUpdateStatusRequest) GetId() string
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