com.instaclustr.kubernetes.KubernetesSecrets Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Common classes and utilities integrated with various projects
package com.instaclustr.kubernetes;
public class KubernetesSecrets {
public String cacrt;
public String token;
public String namespace;
}