Documentation
¶
Overview ¶
Package serviceaccount provides access to service account associated with eks-connector pod
Index ¶
Constants ¶
View Source
const ( BaseDir = "/var/run/secrets/kubernetes.io/serviceaccount" FileToken = "token" FileRootCAs = "ca.crt" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSecretProvider ¶
MockSecretProvider is an autogenerated mock type for the SecretProvider type
func (*MockSecretProvider) Get ¶
func (_m *MockSecretProvider) Get() (*Secret, error)
Get provides a mock function with given fields:
type SecretProvider ¶
func NewProvider ¶
func NewProvider() SecretProvider
Click to show internal directories.
Click to hide internal directories.