Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvictCLI ¶
type EvictCLI struct {
// contains filtered or unexported fields
}
EvictCLI command for node eviction
type EvictConfig ¶
type EvictConfig struct {
// Socket path of registration API
RegistrationUDSPath string
// SpiffeID of the agent being evicted
SpiffeID string
}
EvictConfig holds configuration for EvictCLI
func (*EvictConfig) Validate ¶
func (c *EvictConfig) Validate() (err error)
Validate will perform a basic validation on config fields
type ListCLI ¶
type ListCLI struct {
// contains filtered or unexported fields
}
ListCLI command for listing attested nodes
type ListConfig ¶
type ListConfig struct {
// Socket path of registration API
RegistrationUDSPath string
}
ListConfig holds configuration for ListCLI
func (*ListConfig) Validate ¶
func (c *ListConfig) Validate() (err error)
Validate will perform a basic validation on config fields
type ShowCLI ¶
type ShowCLI struct {
// contains filtered or unexported fields
}
ShowCLI command for listing attested nodes
type ShowConfig ¶
type ShowConfig struct {
// Socket path of registration API
RegistrationUDSPath string
// SpiffeID of the agent being showed
SpiffeID string
}
ShowConfig holds configuration for ShowCLI
func (*ShowConfig) Validate ¶
func (c *ShowConfig) Validate() (err error)
Validate will perform a basic validation on config fields
Click to show internal directories.
Click to hide internal directories.