GO-2022-1181: AAD Pod Identity obtaining token with backslash in github.com/Azure/aad-pod-identity
package
Version:
v1.5.4-rc1
Opens a new window with list of versions in this module.
Published: Oct 25, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Drain will drain a give node
Uncordon will uncordon a given node
type List struct {
Nodes []Node `json:"items"`
}
List is a container that holds all deployment returned from 'kubectl get pods'
GetAll will return a list of pods on a Kubernetes cluster
type Metadata struct {
Name string `json:"name"`
}
Metadata holds information about a pod
type Node struct {
Metadata `json:"metadata"`
Spec Spec `json:"spec"`
}
Node is used to parse data from 'kubectl get pods'
type Spec struct {
ProviderID string `json:"providerID"`
}
Spec holds the node spec
Source Files
¶
Click to show internal directories.
Click to hide internal directories.