Documentation ¶
Index ¶
- func BindSecret(client pb.KISSClient, timeout time.Duration, ...)
- func CreateSecret(client pb.KISSClient, timeout time.Duration, namespace, name, value string)
- func CreateSecretIAMPolicy(client pb.KISSClient, timeout time.Duration, namespace, name string)
- func DeleteSecret(client pb.KISSClient, timeout time.Duration, namespace, name string)
- func DeleteSecretIAMPolicy(client pb.KISSClient, timeout time.Duration, namespace, name string)
- func GetConnection(secure bool, serverAddr string, timeout time.Duration, accessToken string) (*grpc.ClientConn, error)
- func ListSecrets(client pb.KISSClient, timeout time.Duration, namespace string) []string
- func LoadToken(tokenPath *string) (*string, error)
- func Ping(client pb.KISSClient, timeout time.Duration, namespace string)
- func UpdateSecret(client pb.KISSClient, timeout time.Duration, namespace, name, value string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindSecret ¶
func BindSecret( client pb.KISSClient, timeout time.Duration, namespace, name, serviceAccountName string, )
func CreateSecret ¶
func CreateSecret(client pb.KISSClient, timeout time.Duration, namespace, name, value string)
func CreateSecretIAMPolicy ¶
func CreateSecretIAMPolicy(client pb.KISSClient, timeout time.Duration, namespace, name string)
func DeleteSecret ¶
func DeleteSecret(client pb.KISSClient, timeout time.Duration, namespace, name string)
func DeleteSecretIAMPolicy ¶
func DeleteSecretIAMPolicy(client pb.KISSClient, timeout time.Duration, namespace, name string)
func GetConnection ¶
func GetConnection( secure bool, serverAddr string, timeout time.Duration, accessToken string, ) (*grpc.ClientConn, error)
Run starts the client and executes forever until terminated
func ListSecrets ¶
func Ping ¶
func Ping(client pb.KISSClient, timeout time.Duration, namespace string)
Temporary test function to test gRPC authorization.
func UpdateSecret ¶
func UpdateSecret(client pb.KISSClient, timeout time.Duration, namespace, name, value string)
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.