Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericRequest ¶
type GenericRequest struct {
Err string `json:"err,omitempty"`
}
type GenericResponse ¶
type GenericResponse struct {
Err string `json:"err,omitempty"`
}
type SecretDeleteRequest ¶ added in v0.15.7
type SecretDeleteResponse ¶ added in v0.15.7
type SecretDeleteResponse struct {
Err string `json:"err,omitempty"`
}
type SecretFetchRequest ¶
type SecretFetchRequest struct {
Err string `json:"err,omitempty"`
}
type SecretFetchResponse ¶
type SecretListRequest ¶
type SecretListRequest struct {
Err string `json:"err,omitempty"`
}
type SecretListResponse ¶
type SecretUpsertRequest ¶
type SecretUpsertRequest struct { WorkloadId string `json:"key"` BackingStore data.BackingStore `json:"backingStore"` UseKubernetes bool `json:"useKubernetes"` Namespace string `json:"namespace"` Value string `json:"value"` Template string `json:"template"` Format data.SecretFormat `json:"format"` Encrypt bool `json:"encrypt"` AppendValue bool `json:"appendValue"` Err string `json:"err,omitempty"` }
type SecretUpsertResponse ¶
type SecretUpsertResponse struct {
Err string `json:"err,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.