Class VaultKubernetesCredential

    • Constructor Detail

      • VaultKubernetesCredential

        @DataBoundConstructor
        public VaultKubernetesCredential​(@CheckForNull
                                         com.cloudbees.plugins.credentials.CredentialsScope scope,
                                         @CheckForNull
                                         String id,
                                         @CheckForNull
                                         String description,
                                         @NonNull
                                         String role)
    • Method Detail

      • getMountPath

        @NonNull
        public String getMountPath()
      • setMountPath

        @DataBoundSetter
        public void setMountPath​(@NonNull
                                 String mountPath)
      • getRole

        @NonNull
        public String getRole()