Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) CreateCluster(params *cluster.CreateClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.CreateClusterCreated, error)
- func (_m *ClientService) CycleMachine(params *cluster.CycleMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.CycleMachineOK, error)
- func (_m *ClientService) DeleteCluster(params *cluster.DeleteClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.DeleteClusterOK, error)
- func (_m *ClientService) FindCluster(params *cluster.FindClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.FindClusterOK, error)
- func (_m *ClientService) FindClusters(params *cluster.FindClustersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.FindClustersOK, error)
- func (_m *ClientService) GetClusterKubeconfigTpl(params *cluster.GetClusterKubeconfigTplParams, ...) (*cluster.GetClusterKubeconfigTplOK, error)
- func (_m *ClientService) GetSSHKeyPair(params *cluster.GetSSHKeyPairParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.GetSSHKeyPairOK, error)
- func (_m *ClientService) ListClusters(params *cluster.ListClustersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.ListClustersOK, error)
- func (_m *ClientService) ListConstraints(params *cluster.ListConstraintsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.ListConstraintsOK, error)
- func (_m *ClientService) ReconcileCluster(params *cluster.ReconcileClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.ReconcileClusterOK, error)
- func (_m *ClientService) ReinstallMachine(params *cluster.ReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.ReinstallMachineOK, error)
- func (_m *ClientService) ResetMachine(params *cluster.ResetMachineParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.ResetMachineOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdateCluster(params *cluster.UpdateClusterParams, authInfo runtime.ClientAuthInfoWriter, ...) (*cluster.UpdateClusterOK, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func (*ClientService) CreateCluster ¶
func (_m *ClientService) CreateCluster(params *cluster.CreateClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.CreateClusterCreated, error)
CreateCluster provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CycleMachine ¶ added in v0.17.9
func (_m *ClientService) CycleMachine(params *cluster.CycleMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.CycleMachineOK, error)
CycleMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeleteCluster ¶
func (_m *ClientService) DeleteCluster(params *cluster.DeleteClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.DeleteClusterOK, error)
DeleteCluster provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindCluster ¶
func (_m *ClientService) FindCluster(params *cluster.FindClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.FindClusterOK, error)
FindCluster provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindClusters ¶
func (_m *ClientService) FindClusters(params *cluster.FindClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.FindClustersOK, error)
FindClusters provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetClusterKubeconfigTpl ¶
func (_m *ClientService) GetClusterKubeconfigTpl(params *cluster.GetClusterKubeconfigTplParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.GetClusterKubeconfigTplOK, error)
GetClusterKubeconfigTpl provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetSSHKeyPair ¶
func (_m *ClientService) GetSSHKeyPair(params *cluster.GetSSHKeyPairParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.GetSSHKeyPairOK, error)
GetSSHKeyPair provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListClusters ¶
func (_m *ClientService) ListClusters(params *cluster.ListClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.ListClustersOK, error)
ListClusters provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListConstraints ¶
func (_m *ClientService) ListConstraints(params *cluster.ListConstraintsParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.ListConstraintsOK, error)
ListConstraints provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ReconcileCluster ¶
func (_m *ClientService) ReconcileCluster(params *cluster.ReconcileClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.ReconcileClusterOK, error)
ReconcileCluster provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ReinstallMachine ¶ added in v0.17.9
func (_m *ClientService) ReinstallMachine(params *cluster.ReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.ReinstallMachineOK, error)
ReinstallMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ResetMachine ¶ added in v0.17.9
func (_m *ClientService) ResetMachine(params *cluster.ResetMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.ResetMachineOK, error)
ResetMachine provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport
func (*ClientService) UpdateCluster ¶
func (_m *ClientService) UpdateCluster(params *cluster.UpdateClusterParams, authInfo runtime.ClientAuthInfoWriter, opts ...cluster.ClientOption) (*cluster.UpdateClusterOK, error)
UpdateCluster provides a mock function with given fields: params, authInfo, opts