Local Broker Kubernetes Authentication Response
    data class LocalBrokerKubernetesAuthenticationResponse(val secretPath: String? = null, val serviceAccountTokenName: String? = null)
Local Broker Kubernetes Authentication
Constructors
Link copied to clipboard
                fun LocalBrokerKubernetesAuthenticationResponse(secretPath: String? = null, serviceAccountTokenName: String? = null)