# README

Go API client for client

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.1.4
  • Package version: 1.1.4
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./client"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://127.0.0.1:4646/v1

ClassMethodHTTP requestDescription
ACLApiDeleteACLPolicyDelete /acl/policy/{policyName}
ACLApiDeleteACLTokenDelete /acl/token/{tokenAccessor}
ACLApiGetACLPoliciesGet /acl/policies
ACLApiGetACLPolicyGet /acl/policy/{policyName}
ACLApiGetACLTokenGet /acl/token/{tokenAccessor}
ACLApiGetACLTokenSelfGet /acl/token
ACLApiGetACLTokensGet /acl/tokens
ACLApiPostACLBootstrapPost /acl/bootstrap
ACLApiPostACLPolicyPost /acl/policy/{policyName}
ACLApiPostACLTokenPost /acl/token/{tokenAccessor}
ACLApiPostACLTokenOnetimePost /acl/token/onetime
ACLApiPostACLTokenOnetimeExchangePost /acl/token/onetime/exchange
AllocationsApiGetAllocationGet /allocation/{allocID}
AllocationsApiGetAllocationServicesGet /allocation/{allocID}/services
AllocationsApiGetAllocationsGet /allocations
AllocationsApiPostAllocationStopPost /allocation/{allocID}/stop
DeploymentsApiGetDeploymentGet /deployment/{deploymentID}
DeploymentsApiGetDeploymentAllocationsGet /deployment/allocations/{deploymentID}
DeploymentsApiGetDeploymentsGet /deployments
DeploymentsApiPostDeploymentAllocationHealthPost /deployment/allocation-health/{deploymentID}
DeploymentsApiPostDeploymentFailPost /deployment/fail/{deploymentID}
DeploymentsApiPostDeploymentPausePost /deployment/pause/{deploymentID}
DeploymentsApiPostDeploymentPromotePost /deployment/promote/{deploymentID}
DeploymentsApiPostDeploymentUnblockPost /deployment/unblock/{deploymentID}
EnterpriseApiCreateQuotaSpecPost /quota
EnterpriseApiDeleteQuotaSpecDelete /quota/{specName}
EnterpriseApiGetQuotaSpecGet /quota/{specName}
EnterpriseApiGetQuotasGet /quotas
EnterpriseApiPostQuotaSpecPost /quota/{specName}
EvaluationsApiGetEvaluationGet /evaluation/{evalID}
EvaluationsApiGetEvaluationAllocationsGet /evaluation/{evalID}/allocations
EvaluationsApiGetEvaluationsGet /evaluations
JobsApiDeleteJobDelete /job/{jobName}
JobsApiGetJobGet /job/{jobName}
JobsApiGetJobAllocationsGet /job/{jobName}/allocations
JobsApiGetJobDeploymentGet /job/{jobName}/deployment
JobsApiGetJobDeploymentsGet /job/{jobName}/deployments
JobsApiGetJobEvaluationsGet /job/{jobName}/evaluations
JobsApiGetJobScaleStatusGet /job/{jobName}/scale
JobsApiGetJobSummaryGet /job/{jobName}/summary
JobsApiGetJobVersionsGet /job/{jobName}/versions
JobsApiGetJobsGet /jobs
JobsApiPostJobPost /job/{jobName}
JobsApiPostJobDispatchPost /job/{jobName}/dispatch
JobsApiPostJobEvaluatePost /job/{jobName}/evaluate
JobsApiPostJobParsePost /jobs/parse
JobsApiPostJobPeriodicForcePost /job/{jobName}/periodic/force
JobsApiPostJobPlanPost /job/{jobName}/plan
JobsApiPostJobRevertPost /job/{jobName}/revert
JobsApiPostJobScalingRequestPost /job/{jobName}/scale
JobsApiPostJobStabilityPost /job/{jobName}/stable
JobsApiPostJobValidateRequestPost /validate/job
JobsApiRegisterJobPost /jobs
MetricsApiGetMetricsSummaryGet /metrics
NamespacesApiCreateNamespacePost /namespace
NamespacesApiDeleteNamespaceDelete /namespace/{namespaceName}
NamespacesApiGetNamespaceGet /namespace/{namespaceName}
NamespacesApiGetNamespacesGet /namespaces
NamespacesApiPostNamespacePost /namespace/{namespaceName}
NodesApiGetNodeGet /node/{nodeId}
NodesApiGetNodeAllocationsGet /node/{nodeId}/allocations
NodesApiGetNodesGet /nodes
NodesApiUpdateNodeDrainPost /node/{nodeId}/drain
NodesApiUpdateNodeEligibilityPost /node/{nodeId}/eligibility
NodesApiUpdateNodePurgePost /node/{nodeId}/purge
OperatorApiDeleteOperatorRaftPeerDelete /operator/raft/peer
OperatorApiGetOperatorAutopilotConfigurationGet /operator/autopilot/configuration
OperatorApiGetOperatorAutopilotHealthGet /operator/autopilot/health
OperatorApiGetOperatorRaftConfigurationGet /operator/raft/configuration
OperatorApiGetOperatorSchedulerConfigurationGet /operator/scheduler/configuration
OperatorApiPostOperatorSchedulerConfigurationPost /operator/scheduler/configuration
OperatorApiPutOperatorAutopilotConfigurationPut /operator/autopilot/configuration
PluginsApiGetPluginCSIGet /plugin/csi/{pluginID}
PluginsApiGetPluginsGet /plugins
RegionsApiGetRegionsGet /regions
ScalingApiGetScalingPoliciesGet /scaling/policies
ScalingApiGetScalingPolicyGet /scaling/policy/{policyID}
SearchApiGetFuzzySearchPost /search/fuzzy
SearchApiGetSearchPost /search
StatusApiGetStatusLeaderGet /status/leader
StatusApiGetStatusPeersGet /status/peers
SystemApiPutSystemGCPut /system/gc
SystemApiPutSystemReconcileSummariesPut /system/reconcile/summaries
VariablesApiDeleteVariableDelete /var/{path}
VariablesApiGetVariableQueryGet /var/{path}
VariablesApiGetVariablesListRequestGet /vars
VariablesApiPostVariablePost /var/{path}
VariablesApiPutVariablePut /var/{path}
VolumesApiCreateVolumePost /volume/csi/{volumeId}/{action}
VolumesApiDeleteSnapshotDelete /volumes/snapshot
VolumesApiDeleteVolumeRegistrationDelete /volume/csi/{volumeId}
VolumesApiDetachOrDeleteVolumeDelete /volume/csi/{volumeId}/{action}
VolumesApiGetExternalVolumesGet /volumes/external
VolumesApiGetSnapshotsGet /volumes/snapshot
VolumesApiGetVolumeGet /volume/csi/{volumeId}
VolumesApiGetVolumesGet /volumes
VolumesApiPostSnapshotPost /volumes/snapshot
VolumesApiPostVolumePost /volumes
VolumesApiPostVolumeRegistrationPost /volume/csi/{volumeId}

Documentation For Models

Documentation For Authorization

X-Nomad-Token

  • Type: API key
  • API key parameter name: X-Nomad-Token
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: X-Nomad-Token and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewACLPolicy instantiates a new ACLPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACLPolicyListStub instantiates a new ACLPolicyListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACLPolicyListStubWithDefaults instantiates a new ACLPolicyListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewACLPolicyWithDefaults instantiates a new ACLPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewACLToken instantiates a new ACLToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACLTokenListStub instantiates a new ACLTokenListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACLTokenListStubWithDefaults instantiates a new ACLTokenListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewACLTokenRoleLink instantiates a new ACLTokenRoleLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewACLTokenRoleLinkWithDefaults instantiates a new ACLTokenRoleLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewACLTokenWithDefaults instantiates a new ACLToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAffinity instantiates a new Affinity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAffinityWithDefaults instantiates a new Affinity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocatedCpuResources instantiates a new AllocatedCpuResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocatedCpuResourcesWithDefaults instantiates a new AllocatedCpuResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocatedDeviceResource instantiates a new AllocatedDeviceResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocatedDeviceResourceWithDefaults instantiates a new AllocatedDeviceResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocatedMemoryResources instantiates a new AllocatedMemoryResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocatedMemoryResourcesWithDefaults instantiates a new AllocatedMemoryResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocatedResources instantiates a new AllocatedResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocatedResourcesWithDefaults instantiates a new AllocatedResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocatedSharedResources instantiates a new AllocatedSharedResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocatedSharedResourcesWithDefaults instantiates a new AllocatedSharedResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocatedTaskResources instantiates a new AllocatedTaskResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocatedTaskResourcesWithDefaults instantiates a new AllocatedTaskResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocation instantiates a new Allocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocationListStub instantiates a new AllocationListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocationListStubWithDefaults instantiates a new AllocationListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocationMetric instantiates a new AllocationMetric object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocationMetricWithDefaults instantiates a new AllocationMetric object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocationWithDefaults instantiates a new Allocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocDeploymentStatus instantiates a new AllocDeploymentStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocDeploymentStatusWithDefaults instantiates a new AllocDeploymentStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllocStopResponse instantiates a new AllocStopResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllocStopResponseWithDefaults instantiates a new AllocStopResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAttribute instantiates a new Attribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAttributeWithDefaults instantiates a new Attribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAutopilotConfiguration instantiates a new AutopilotConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAutopilotConfigurationWithDefaults instantiates a new AutopilotConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChangeScript instantiates a new ChangeScript object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChangeScriptWithDefaults instantiates a new ChangeScript object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckRestart instantiates a new CheckRestart object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckRestartWithDefaults instantiates a new CheckRestart object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewConstraint instantiates a new Constraint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConstraintWithDefaults instantiates a new Constraint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsul instantiates a new Consul object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulConnect instantiates a new ConsulConnect object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulConnectWithDefaults instantiates a new ConsulConnect object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulExposeConfig instantiates a new ConsulExposeConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulExposeConfigWithDefaults instantiates a new ConsulExposeConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulExposePath instantiates a new ConsulExposePath object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulExposePathWithDefaults instantiates a new ConsulExposePath object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulGateway instantiates a new ConsulGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulGatewayBindAddress instantiates a new ConsulGatewayBindAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulGatewayBindAddressWithDefaults instantiates a new ConsulGatewayBindAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulGatewayProxy instantiates a new ConsulGatewayProxy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulGatewayProxyWithDefaults instantiates a new ConsulGatewayProxy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulGatewayTLSConfig instantiates a new ConsulGatewayTLSConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulGatewayTLSConfigWithDefaults instantiates a new ConsulGatewayTLSConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulGatewayWithDefaults instantiates a new ConsulGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulIngressConfigEntry instantiates a new ConsulIngressConfigEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulIngressConfigEntryWithDefaults instantiates a new ConsulIngressConfigEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulIngressListener instantiates a new ConsulIngressListener object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulIngressListenerWithDefaults instantiates a new ConsulIngressListener object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulIngressService instantiates a new ConsulIngressService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulIngressServiceWithDefaults instantiates a new ConsulIngressService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulLinkedService instantiates a new ConsulLinkedService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulLinkedServiceWithDefaults instantiates a new ConsulLinkedService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulMeshGateway instantiates a new ConsulMeshGateway object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulMeshGatewayWithDefaults instantiates a new ConsulMeshGateway object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulProxy instantiates a new ConsulProxy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulProxyWithDefaults instantiates a new ConsulProxy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulSidecarService instantiates a new ConsulSidecarService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulSidecarServiceWithDefaults instantiates a new ConsulSidecarService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulTerminatingConfigEntry instantiates a new ConsulTerminatingConfigEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulTerminatingConfigEntryWithDefaults instantiates a new ConsulTerminatingConfigEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulUpstream instantiates a new ConsulUpstream object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConsulUpstreamWithDefaults instantiates a new ConsulUpstream object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConsulWithDefaults instantiates a new Consul object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIControllerInfo instantiates a new CSIControllerInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIControllerInfoWithDefaults instantiates a new CSIControllerInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIInfo instantiates a new CSIInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIInfoWithDefaults instantiates a new CSIInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIMountOptions instantiates a new CSIMountOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIMountOptionsWithDefaults instantiates a new CSIMountOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSINodeInfo instantiates a new CSINodeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSINodeInfoWithDefaults instantiates a new CSINodeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIPlugin instantiates a new CSIPlugin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIPluginListStub instantiates a new CSIPluginListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIPluginListStubWithDefaults instantiates a new CSIPluginListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIPluginWithDefaults instantiates a new CSIPlugin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSISnapshot instantiates a new CSISnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSISnapshotCreateRequest instantiates a new CSISnapshotCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSISnapshotCreateRequestWithDefaults instantiates a new CSISnapshotCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSISnapshotCreateResponse instantiates a new CSISnapshotCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSISnapshotCreateResponseWithDefaults instantiates a new CSISnapshotCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSISnapshotListResponse instantiates a new CSISnapshotListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSISnapshotListResponseWithDefaults instantiates a new CSISnapshotListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSISnapshotWithDefaults instantiates a new CSISnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSITopology instantiates a new CSITopology object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSITopologyRequest instantiates a new CSITopologyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSITopologyRequestWithDefaults instantiates a new CSITopologyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSITopologyWithDefaults instantiates a new CSITopology object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolume instantiates a new CSIVolume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeCapability instantiates a new CSIVolumeCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeCapabilityWithDefaults instantiates a new CSIVolumeCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolumeCreateRequest instantiates a new CSIVolumeCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeCreateRequestWithDefaults instantiates a new CSIVolumeCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolumeExternalStub instantiates a new CSIVolumeExternalStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeExternalStubWithDefaults instantiates a new CSIVolumeExternalStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolumeListExternalResponse instantiates a new CSIVolumeListExternalResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeListExternalResponseWithDefaults instantiates a new CSIVolumeListExternalResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolumeListStub instantiates a new CSIVolumeListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeListStubWithDefaults instantiates a new CSIVolumeListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolumeRegisterRequest instantiates a new CSIVolumeRegisterRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSIVolumeRegisterRequestWithDefaults instantiates a new CSIVolumeRegisterRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSIVolumeWithDefaults instantiates a new CSIVolume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeployment instantiates a new Deployment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentAllocHealthRequest instantiates a new DeploymentAllocHealthRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentAllocHealthRequestWithDefaults instantiates a new DeploymentAllocHealthRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeploymentPauseRequest instantiates a new DeploymentPauseRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentPauseRequestWithDefaults instantiates a new DeploymentPauseRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeploymentPromoteRequest instantiates a new DeploymentPromoteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentPromoteRequestWithDefaults instantiates a new DeploymentPromoteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeploymentState instantiates a new DeploymentState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentStateWithDefaults instantiates a new DeploymentState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeploymentUnblockRequest instantiates a new DeploymentUnblockRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentUnblockRequestWithDefaults instantiates a new DeploymentUnblockRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeploymentUpdateResponse instantiates a new DeploymentUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeploymentUpdateResponseWithDefaults instantiates a new DeploymentUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeploymentWithDefaults instantiates a new Deployment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDesiredTransition instantiates a new DesiredTransition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDesiredTransitionWithDefaults instantiates a new DesiredTransition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDesiredUpdates instantiates a new DesiredUpdates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDesiredUpdatesWithDefaults instantiates a new DesiredUpdates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDispatchPayloadConfig instantiates a new DispatchPayloadConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDispatchPayloadConfigWithDefaults instantiates a new DispatchPayloadConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDNSConfig instantiates a new DNSConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDNSConfigWithDefaults instantiates a new DNSConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDrainMetadata instantiates a new DrainMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDrainMetadataWithDefaults instantiates a new DrainMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDrainSpec instantiates a new DrainSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDrainSpecWithDefaults instantiates a new DrainSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDrainStrategy instantiates a new DrainStrategy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDrainStrategyWithDefaults instantiates a new DrainStrategy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDriverInfo instantiates a new DriverInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDriverInfoWithDefaults instantiates a new DriverInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEphemeralDisk instantiates a new EphemeralDisk object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEphemeralDiskWithDefaults instantiates a new EphemeralDisk object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEvalOptions instantiates a new EvalOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEvalOptionsWithDefaults instantiates a new EvalOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEvaluation instantiates a new Evaluation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEvaluationStub instantiates a new EvaluationStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEvaluationStubWithDefaults instantiates a new EvaluationStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEvaluationWithDefaults instantiates a new Evaluation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFieldDiff instantiates a new FieldDiff object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFieldDiffWithDefaults instantiates a new FieldDiff object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFuzzyMatch instantiates a new FuzzyMatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFuzzyMatchWithDefaults instantiates a new FuzzyMatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFuzzySearchRequest instantiates a new FuzzySearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFuzzySearchRequestWithDefaults instantiates a new FuzzySearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFuzzySearchResponse instantiates a new FuzzySearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFuzzySearchResponseWithDefaults instantiates a new FuzzySearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGaugeValue instantiates a new GaugeValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGaugeValueWithDefaults instantiates a new GaugeValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHostNetworkInfo instantiates a new HostNetworkInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHostNetworkInfoWithDefaults instantiates a new HostNetworkInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHostVolumeInfo instantiates a new HostVolumeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHostVolumeInfoWithDefaults instantiates a new HostVolumeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJob instantiates a new Job object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobACL instantiates a new JobACL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobACLWithDefaults instantiates a new JobACL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobChildrenSummary instantiates a new JobChildrenSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobChildrenSummaryWithDefaults instantiates a new JobChildrenSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobDeregisterResponse instantiates a new JobDeregisterResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobDeregisterResponseWithDefaults instantiates a new JobDeregisterResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobDiff instantiates a new JobDiff object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobDiffWithDefaults instantiates a new JobDiff object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobDispatchRequest instantiates a new JobDispatchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobDispatchRequestWithDefaults instantiates a new JobDispatchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobDispatchResponse instantiates a new JobDispatchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobDispatchResponseWithDefaults instantiates a new JobDispatchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobEvaluateRequest instantiates a new JobEvaluateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobEvaluateRequestWithDefaults instantiates a new JobEvaluateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobListStub instantiates a new JobListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobListStubWithDefaults instantiates a new JobListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobPlanRequest instantiates a new JobPlanRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobPlanRequestWithDefaults instantiates a new JobPlanRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobPlanResponse instantiates a new JobPlanResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobPlanResponseWithDefaults instantiates a new JobPlanResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobRegisterRequest instantiates a new JobRegisterRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobRegisterRequestWithDefaults instantiates a new JobRegisterRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobRegisterResponse instantiates a new JobRegisterResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobRegisterResponseWithDefaults instantiates a new JobRegisterResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobRevertRequest instantiates a new JobRevertRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobRevertRequestWithDefaults instantiates a new JobRevertRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobScaleStatusResponse instantiates a new JobScaleStatusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobScaleStatusResponseWithDefaults instantiates a new JobScaleStatusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobsParseRequest instantiates a new JobsParseRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobsParseRequestWithDefaults instantiates a new JobsParseRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobStabilityRequest instantiates a new JobStabilityRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobStabilityRequestWithDefaults instantiates a new JobStabilityRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobStabilityResponse instantiates a new JobStabilityResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobStabilityResponseWithDefaults instantiates a new JobStabilityResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobSummary instantiates a new JobSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobSummaryWithDefaults instantiates a new JobSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobValidateRequest instantiates a new JobValidateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobValidateRequestWithDefaults instantiates a new JobValidateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobValidateResponse instantiates a new JobValidateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobValidateResponseWithDefaults instantiates a new JobValidateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobVersionsResponse instantiates a new JobVersionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobVersionsResponseWithDefaults instantiates a new JobVersionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobWithDefaults instantiates a new Job object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLogConfig instantiates a new LogConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLogConfigWithDefaults instantiates a new LogConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetricsSummary instantiates a new MetricsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetricsSummaryWithDefaults instantiates a new MetricsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMigrateStrategy instantiates a new MigrateStrategy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMigrateStrategyWithDefaults instantiates a new MigrateStrategy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultiregion instantiates a new Multiregion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultiregionRegion instantiates a new MultiregionRegion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultiregionRegionWithDefaults instantiates a new MultiregionRegion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultiregionStrategy instantiates a new MultiregionStrategy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultiregionStrategyWithDefaults instantiates a new MultiregionStrategy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultiregionWithDefaults instantiates a new Multiregion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNamespace instantiates a new Namespace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNamespaceCapabilities instantiates a new NamespaceCapabilities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNamespaceCapabilitiesWithDefaults instantiates a new NamespaceCapabilities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNamespaceListRequest instantiates a new NamespaceListRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNamespaceListRequestWithDefaults instantiates a new NamespaceListRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNamespaceWithDefaults instantiates a new Namespace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkResource instantiates a new NetworkResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkResourceWithDefaults instantiates a new NetworkResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNode instantiates a new Node object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeCpuResources instantiates a new NodeCpuResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeCpuResourcesWithDefaults instantiates a new NodeCpuResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeDevice instantiates a new NodeDevice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeDeviceLocality instantiates a new NodeDeviceLocality object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeDeviceLocalityWithDefaults instantiates a new NodeDeviceLocality object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeDeviceResource instantiates a new NodeDeviceResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeDeviceResourceWithDefaults instantiates a new NodeDeviceResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeDeviceWithDefaults instantiates a new NodeDevice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeDiskResources instantiates a new NodeDiskResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeDiskResourcesWithDefaults instantiates a new NodeDiskResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeDrainUpdateResponse instantiates a new NodeDrainUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeDrainUpdateResponseWithDefaults instantiates a new NodeDrainUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeEligibilityUpdateResponse instantiates a new NodeEligibilityUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeEligibilityUpdateResponseWithDefaults instantiates a new NodeEligibilityUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeEvent instantiates a new NodeEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeEventWithDefaults instantiates a new NodeEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeListStub instantiates a new NodeListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeListStubWithDefaults instantiates a new NodeListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeMemoryResources instantiates a new NodeMemoryResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeMemoryResourcesWithDefaults instantiates a new NodeMemoryResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodePurgeResponse instantiates a new NodePurgeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodePurgeResponseWithDefaults instantiates a new NodePurgeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeReservedCpuResources instantiates a new NodeReservedCpuResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeReservedCpuResourcesWithDefaults instantiates a new NodeReservedCpuResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeReservedDiskResources instantiates a new NodeReservedDiskResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeReservedDiskResourcesWithDefaults instantiates a new NodeReservedDiskResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeReservedMemoryResources instantiates a new NodeReservedMemoryResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeReservedMemoryResourcesWithDefaults instantiates a new NodeReservedMemoryResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeReservedNetworkResources instantiates a new NodeReservedNetworkResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeReservedNetworkResourcesWithDefaults instantiates a new NodeReservedNetworkResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeReservedResources instantiates a new NodeReservedResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeReservedResourcesWithDefaults instantiates a new NodeReservedResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeResources instantiates a new NodeResources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeResourcesWithDefaults instantiates a new NodeResources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeScoreMeta instantiates a new NodeScoreMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeScoreMetaWithDefaults instantiates a new NodeScoreMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeUpdateDrainRequest instantiates a new NodeUpdateDrainRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeUpdateDrainRequestWithDefaults instantiates a new NodeUpdateDrainRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeUpdateEligibilityRequest instantiates a new NodeUpdateEligibilityRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeUpdateEligibilityRequestWithDefaults instantiates a new NodeUpdateEligibilityRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNodeWithDefaults instantiates a new Node object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectDiff instantiates a new ObjectDiff object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectDiffWithDefaults instantiates a new ObjectDiff object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOneTimeToken instantiates a new OneTimeToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOneTimeTokenExchangeRequest instantiates a new OneTimeTokenExchangeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOneTimeTokenExchangeRequestWithDefaults instantiates a new OneTimeTokenExchangeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOneTimeTokenWithDefaults instantiates a new OneTimeToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOperatorHealthReply instantiates a new OperatorHealthReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperatorHealthReplyWithDefaults instantiates a new OperatorHealthReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewParameterizedJobConfig instantiates a new ParameterizedJobConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewParameterizedJobConfigWithDefaults instantiates a new ParameterizedJobConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPeriodicConfig instantiates a new PeriodicConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPeriodicConfigWithDefaults instantiates a new PeriodicConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPeriodicForceResponse instantiates a new PeriodicForceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPeriodicForceResponseWithDefaults instantiates a new PeriodicForceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlanAnnotations instantiates a new PlanAnnotations object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlanAnnotationsWithDefaults instantiates a new PlanAnnotations object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPointValue instantiates a new PointValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPointValueWithDefaults instantiates a new PointValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPort instantiates a new Port object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPortMapping instantiates a new PortMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPortMappingWithDefaults instantiates a new PortMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPortWithDefaults instantiates a new Port object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPreemptionConfig instantiates a new PreemptionConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPreemptionConfigWithDefaults instantiates a new PreemptionConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuotaLimit instantiates a new QuotaLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQuotaLimitWithDefaults instantiates a new QuotaLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQuotaSpec instantiates a new QuotaSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQuotaSpecWithDefaults instantiates a new QuotaSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRaftConfiguration instantiates a new RaftConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRaftConfigurationWithDefaults instantiates a new RaftConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRaftServer instantiates a new RaftServer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRaftServerWithDefaults instantiates a new RaftServer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestedDevice instantiates a new RequestedDevice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequestedDeviceWithDefaults instantiates a new RequestedDevice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRescheduleEvent instantiates a new RescheduleEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRescheduleEventWithDefaults instantiates a new RescheduleEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReschedulePolicy instantiates a new ReschedulePolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReschedulePolicyWithDefaults instantiates a new ReschedulePolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRescheduleTracker instantiates a new RescheduleTracker object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRescheduleTrackerWithDefaults instantiates a new RescheduleTracker object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResources instantiates a new Resources object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourcesWithDefaults instantiates a new Resources object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRestartPolicy instantiates a new RestartPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRestartPolicyWithDefaults instantiates a new RestartPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSampledValue instantiates a new SampledValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSampledValueWithDefaults instantiates a new SampledValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScalingEvent instantiates a new ScalingEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScalingEventWithDefaults instantiates a new ScalingEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScalingPolicy instantiates a new ScalingPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScalingPolicyListStub instantiates a new ScalingPolicyListStub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScalingPolicyListStubWithDefaults instantiates a new ScalingPolicyListStub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScalingPolicyWithDefaults instantiates a new ScalingPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScalingRequest instantiates a new ScalingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScalingRequestWithDefaults instantiates a new ScalingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSchedulerConfiguration instantiates a new SchedulerConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSchedulerConfigurationResponse instantiates a new SchedulerConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSchedulerConfigurationResponseWithDefaults instantiates a new SchedulerConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSchedulerConfigurationWithDefaults instantiates a new SchedulerConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSchedulerSetConfigurationResponse instantiates a new SchedulerSetConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSchedulerSetConfigurationResponseWithDefaults instantiates a new SchedulerSetConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchRequest instantiates a new SearchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchRequestWithDefaults instantiates a new SearchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchResponse instantiates a new SearchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchResponseWithDefaults instantiates a new SearchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServerHealth instantiates a new ServerHealth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServerHealthWithDefaults instantiates a new ServerHealth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewService instantiates a new Service object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceCheck instantiates a new ServiceCheck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceCheckWithDefaults instantiates a new ServiceCheck object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceRegistration instantiates a new ServiceRegistration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceRegistrationWithDefaults instantiates a new ServiceRegistration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceWithDefaults instantiates a new Service object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSidecarTask instantiates a new SidecarTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSidecarTaskWithDefaults instantiates a new SidecarTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpread instantiates a new Spread object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpreadTarget instantiates a new SpreadTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSpreadTargetWithDefaults instantiates a new SpreadTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSpreadWithDefaults instantiates a new Spread object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTask instantiates a new Task object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskArtifact instantiates a new TaskArtifact object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskArtifactWithDefaults instantiates a new TaskArtifact object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskCSIPluginConfig instantiates a new TaskCSIPluginConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskCSIPluginConfigWithDefaults instantiates a new TaskCSIPluginConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskDiff instantiates a new TaskDiff object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskDiffWithDefaults instantiates a new TaskDiff object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskEvent instantiates a new TaskEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskEventWithDefaults instantiates a new TaskEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskGroup instantiates a new TaskGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupDiff instantiates a new TaskGroupDiff object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupDiffWithDefaults instantiates a new TaskGroupDiff object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskGroupScaleStatus instantiates a new TaskGroupScaleStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupScaleStatusWithDefaults instantiates a new TaskGroupScaleStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskGroupSummary instantiates a new TaskGroupSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskGroupSummaryWithDefaults instantiates a new TaskGroupSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskGroupWithDefaults instantiates a new TaskGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskHandle instantiates a new TaskHandle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskHandleWithDefaults instantiates a new TaskHandle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskLifecycle instantiates a new TaskLifecycle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskLifecycleWithDefaults instantiates a new TaskLifecycle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskState instantiates a new TaskState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskStateWithDefaults instantiates a new TaskState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskWithDefaults instantiates a new Task object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplate instantiates a new Template object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateWithDefaults instantiates a new Template object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateStrategy instantiates a new UpdateStrategy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateStrategyWithDefaults instantiates a new UpdateStrategy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVariable instantiates a new Variable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVariableMetadata instantiates a new VariableMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVariableMetadataWithDefaults instantiates a new VariableMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVariableWithDefaults instantiates a new Variable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVault instantiates a new Vault object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVaultWithDefaults instantiates a new Vault object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVolumeMount instantiates a new VolumeMount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVolumeMountWithDefaults instantiates a new VolumeMount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVolumeRequest instantiates a new VolumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVolumeRequestWithDefaults instantiates a new VolumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWaitConfig instantiates a new WaitConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWaitConfigWithDefaults instantiates a new WaitConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWorkloadIdentity instantiates a new WorkloadIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWorkloadIdentityWithDefaults instantiates a new WorkloadIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

ACLPolicy struct for ACLPolicy.
ACLPolicyListStub struct for ACLPolicyListStub.
ACLToken struct for ACLToken.
ACLTokenListStub struct for ACLTokenListStub.
ACLTokenRoleLink struct for ACLTokenRoleLink.
Affinity struct for Affinity.
AllocatedCpuResources struct for AllocatedCpuResources.
AllocatedDeviceResource struct for AllocatedDeviceResource.
AllocatedMemoryResources struct for AllocatedMemoryResources.
AllocatedResources struct for AllocatedResources.
AllocatedSharedResources struct for AllocatedSharedResources.
AllocatedTaskResources struct for AllocatedTaskResources.
Allocation struct for Allocation.
AllocationListStub struct for AllocationListStub.
AllocationMetric struct for AllocationMetric.
AllocDeploymentStatus struct for AllocDeploymentStatus.
AllocStopResponse struct for AllocStopResponse.
APIClient manages communication with the Nomad API v1.1.4 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
Attribute struct for Attribute.
AutopilotConfiguration struct for AutopilotConfiguration.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
ChangeScript struct for ChangeScript.
CheckRestart struct for CheckRestart.
Configuration stores the configuration of the API client.
Constraint struct for Constraint.
Consul struct for Consul.
ConsulConnect struct for ConsulConnect.
ConsulExposeConfig struct for ConsulExposeConfig.
ConsulExposePath struct for ConsulExposePath.
ConsulGateway struct for ConsulGateway.
ConsulGatewayBindAddress struct for ConsulGatewayBindAddress.
ConsulGatewayProxy struct for ConsulGatewayProxy.
ConsulGatewayTLSConfig struct for ConsulGatewayTLSConfig.
ConsulIngressConfigEntry struct for ConsulIngressConfigEntry.
ConsulIngressListener struct for ConsulIngressListener.
ConsulIngressService struct for ConsulIngressService.
ConsulLinkedService struct for ConsulLinkedService.
ConsulMeshGateway struct for ConsulMeshGateway.
ConsulProxy struct for ConsulProxy.
ConsulSidecarService struct for ConsulSidecarService.
ConsulTerminatingConfigEntry struct for ConsulTerminatingConfigEntry.
ConsulUpstream struct for ConsulUpstream.
CSIControllerInfo struct for CSIControllerInfo.
CSIInfo struct for CSIInfo.
CSIMountOptions struct for CSIMountOptions.
CSINodeInfo struct for CSINodeInfo.
CSIPlugin struct for CSIPlugin.
CSIPluginListStub struct for CSIPluginListStub.
CSISnapshot struct for CSISnapshot.
CSISnapshotCreateRequest struct for CSISnapshotCreateRequest.
CSISnapshotCreateResponse struct for CSISnapshotCreateResponse.
CSISnapshotListResponse struct for CSISnapshotListResponse.
CSITopology struct for CSITopology.
CSITopologyRequest struct for CSITopologyRequest.
CSIVolume struct for CSIVolume.
CSIVolumeCapability struct for CSIVolumeCapability.
CSIVolumeCreateRequest struct for CSIVolumeCreateRequest.
CSIVolumeExternalStub struct for CSIVolumeExternalStub.
CSIVolumeListExternalResponse struct for CSIVolumeListExternalResponse.
CSIVolumeListStub struct for CSIVolumeListStub.
CSIVolumeRegisterRequest struct for CSIVolumeRegisterRequest.
Deployment struct for Deployment.
DeploymentAllocHealthRequest struct for DeploymentAllocHealthRequest.
DeploymentPauseRequest struct for DeploymentPauseRequest.
DeploymentPromoteRequest struct for DeploymentPromoteRequest.
DeploymentState struct for DeploymentState.
DeploymentUnblockRequest struct for DeploymentUnblockRequest.
DeploymentUpdateResponse struct for DeploymentUpdateResponse.
DesiredTransition struct for DesiredTransition.
DesiredUpdates struct for DesiredUpdates.
DispatchPayloadConfig struct for DispatchPayloadConfig.
DNSConfig struct for DNSConfig.
DrainMetadata struct for DrainMetadata.
DrainSpec struct for DrainSpec.
DrainStrategy struct for DrainStrategy.
DriverInfo struct for DriverInfo.
EphemeralDisk struct for EphemeralDisk.
EvalOptions struct for EvalOptions.
Evaluation struct for Evaluation.
EvaluationStub struct for EvaluationStub.
FieldDiff struct for FieldDiff.
FuzzyMatch struct for FuzzyMatch.
FuzzySearchRequest struct for FuzzySearchRequest.
FuzzySearchResponse struct for FuzzySearchResponse.
GaugeValue struct for GaugeValue.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
HostNetworkInfo struct for HostNetworkInfo.
HostVolumeInfo struct for HostVolumeInfo.
Job struct for Job.
JobACL struct for JobACL.
JobChildrenSummary struct for JobChildrenSummary.
JobDeregisterResponse struct for JobDeregisterResponse.
JobDiff struct for JobDiff.
JobDispatchRequest struct for JobDispatchRequest.
JobDispatchResponse struct for JobDispatchResponse.
JobEvaluateRequest struct for JobEvaluateRequest.
JobListStub struct for JobListStub.
JobPlanRequest struct for JobPlanRequest.
JobPlanResponse struct for JobPlanResponse.
JobRegisterRequest struct for JobRegisterRequest.
JobRegisterResponse struct for JobRegisterResponse.
JobRevertRequest struct for JobRevertRequest.
JobScaleStatusResponse struct for JobScaleStatusResponse.
JobsParseRequest struct for JobsParseRequest.
JobStabilityRequest struct for JobStabilityRequest.
JobStabilityResponse struct for JobStabilityResponse.
JobSummary struct for JobSummary.
JobValidateRequest struct for JobValidateRequest.
JobValidateResponse struct for JobValidateResponse.
JobVersionsResponse struct for JobVersionsResponse.
LogConfig struct for LogConfig.
MetricsSummary struct for MetricsSummary.
MigrateStrategy struct for MigrateStrategy.
Multiregion struct for Multiregion.
MultiregionRegion struct for MultiregionRegion.
MultiregionStrategy struct for MultiregionStrategy.
Namespace struct for Namespace.
NamespaceCapabilities struct for NamespaceCapabilities.
NamespaceListRequest struct for NamespaceListRequest.
NetworkResource struct for NetworkResource.
Node struct for Node.
NodeCpuResources struct for NodeCpuResources.
NodeDevice struct for NodeDevice.
NodeDeviceLocality struct for NodeDeviceLocality.
NodeDeviceResource struct for NodeDeviceResource.
NodeDiskResources struct for NodeDiskResources.
NodeDrainUpdateResponse struct for NodeDrainUpdateResponse.
NodeEligibilityUpdateResponse struct for NodeEligibilityUpdateResponse.
NodeEvent struct for NodeEvent.
NodeListStub struct for NodeListStub.
NodeMemoryResources struct for NodeMemoryResources.
NodePurgeResponse struct for NodePurgeResponse.
NodeReservedCpuResources struct for NodeReservedCpuResources.
NodeReservedDiskResources struct for NodeReservedDiskResources.
NodeReservedMemoryResources struct for NodeReservedMemoryResources.
NodeReservedNetworkResources struct for NodeReservedNetworkResources.
NodeReservedResources struct for NodeReservedResources.
NodeResources struct for NodeResources.
NodeScoreMeta struct for NodeScoreMeta.
NodeUpdateDrainRequest struct for NodeUpdateDrainRequest.
NodeUpdateEligibilityRequest struct for NodeUpdateEligibilityRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectDiff struct for ObjectDiff.
OneTimeToken struct for OneTimeToken.
OneTimeTokenExchangeRequest struct for OneTimeTokenExchangeRequest.
OperatorHealthReply struct for OperatorHealthReply.
ParameterizedJobConfig struct for ParameterizedJobConfig.
PeriodicConfig struct for PeriodicConfig.
PeriodicForceResponse struct for PeriodicForceResponse.
PlanAnnotations struct for PlanAnnotations.
PointValue struct for PointValue.
Port struct for Port.
PortMapping struct for PortMapping.
PreemptionConfig struct for PreemptionConfig.
QuotaLimit struct for QuotaLimit.
QuotaSpec struct for QuotaSpec.
RaftConfiguration struct for RaftConfiguration.
RaftServer struct for RaftServer.
RequestedDevice struct for RequestedDevice.
RescheduleEvent struct for RescheduleEvent.
ReschedulePolicy struct for ReschedulePolicy.
RescheduleTracker struct for RescheduleTracker.
Resources struct for Resources.
RestartPolicy struct for RestartPolicy.
SampledValue struct for SampledValue.
ScalingEvent struct for ScalingEvent.
ScalingPolicy struct for ScalingPolicy.
ScalingPolicyListStub struct for ScalingPolicyListStub.
ScalingRequest struct for ScalingRequest.
SchedulerConfiguration struct for SchedulerConfiguration.
SchedulerConfigurationResponse struct for SchedulerConfigurationResponse.
SchedulerSetConfigurationResponse struct for SchedulerSetConfigurationResponse.
SearchRequest struct for SearchRequest.
SearchResponse struct for SearchResponse.
ServerConfiguration stores the information about a server.
ServerHealth struct for ServerHealth.
ServerVariable stores the information about a server variable.
Service struct for Service.
ServiceCheck struct for ServiceCheck.
ServiceRegistration struct for ServiceRegistration.
SidecarTask struct for SidecarTask.
Spread struct for Spread.
SpreadTarget struct for SpreadTarget.
Task struct for Task.
TaskArtifact struct for TaskArtifact.
TaskCSIPluginConfig struct for TaskCSIPluginConfig.
TaskDiff struct for TaskDiff.
TaskEvent struct for TaskEvent.
TaskGroup struct for TaskGroup.
TaskGroupDiff struct for TaskGroupDiff.
TaskGroupScaleStatus struct for TaskGroupScaleStatus.
TaskGroupSummary struct for TaskGroupSummary.
TaskHandle struct for TaskHandle.
TaskLifecycle struct for TaskLifecycle.
TaskState struct for TaskState.
Template struct for Template.
UpdateStrategy struct for UpdateStrategy.
Variable struct for Variable.
VariableMetadata struct for VariableMetadata.
Vault struct for Vault.
VolumeMount struct for VolumeMount.
VolumeRequest struct for VolumeRequest.
WaitConfig struct for WaitConfig.
WorkloadIdentity struct for WorkloadIdentity.

# Type aliases

ACLApiService ACLApi service.
AllocationsApiService AllocationsApi service.
DeploymentsApiService DeploymentsApi service.
EnterpriseApiService EnterpriseApi service.
EvaluationsApiService EvaluationsApi service.
JobsApiService JobsApi service.
MetricsApiService MetricsApi service.
NamespacesApiService NamespacesApi service.
NodesApiService NodesApi service.
OperatorApiService OperatorApi service.
PluginsApiService PluginsApi service.
RegionsApiService RegionsApi service.
ScalingApiService ScalingApi service.
SearchApiService SearchApi service.
ServerConfigurations stores multiple ServerConfiguration items.
StatusApiService StatusApi service.
SystemApiService SystemApi service.
VariablesApiService VariablesApi service.
VolumesApiService VolumesApi service.