# Packages
No description provided by the author
# Functions
DeleteJob is not implemented for the Kubernetes provider V2.
I'm not sure what this endpoint is supposed to do or what Spinnaker does with it, but here is an example of the response.
Expected response:
[
{ "enabled": true, "name": "resizeServerGroup" }, { "enabled": true, "name": "runJob" }, { "enabled": true, "name": "undoRolloutManifest" }, { "enabled": true, "name": "rollingRestartManifest" }, { "enabled": true, "name": "pauseRolloutManifest" }, { "enabled": true, "name": "enableManifest" }, { "enabled": true, "name": "scaleManifest" }, { "enabled": true, "name": "disableManifest" }, { "enabled": true, "name": "patchManifest" }, { "enabled": true, "name": "resumeRolloutManifest" }, { "enabled": true, "name": "deleteManifest" }, { "enabled": true, "name": "deployManifest" }, { "enabled": true, "name": "cleanupArtifacts" }, { "enabled": true, "name": "upsertLoadBalancer" }, { "enabled": true, "name": "enableServerGroup" }, { "enabled": true, "name": "createServerGroup" }, { "enabled": true, "name": "deleteLoadBalancer" }, { "enabled": true, "name": "upsertScalingPolicy" }, { "enabled": true, "name": "terminateInstances" }, { "enabled": true, "name": "stopServerGroup" }, { "enabled": true, "name": "disableServerGroup" }, { "enabled": true, "name": "startServerGroup" }, { "enabled": true, "name": "destroyServerGroup" }
].
No description provided by the author
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Controller holds all non request-scoped objects.
Instance if a Kubernetes kind "Pod".
No description provided by the author
No description provided by the author
InstanceRepsponse represents the HTTP response when requesting instance information.
InstanceResponseHealth represents health of an instance, which is Kubernetes is a Pod.
No description provided by the author
No description provided by the author
No description provided by the author
LoadBalancer represents Kubernetes kinds Service and Ingress.
LoadBalancerInstance represents Pods in a ReplicaSet fronted by a LoadBalancer.
LoadBalancerInstanceHealth is the health of a Pod.
LoadBalancerServer groups are ReplicaSets that are fronted by the LoadBalancer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerGroupManager is a Kubernetes kind "Deployment".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
LoadBalancers is a slice of LoadBalancer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author