Type Alias BckndobjectStoreSecretStatus
BckndobjectStoreSecretStatus: {
metadata?: {
"serving.kubeflow.org/s3-endpoint"?: string;
"serving.kubeflow.org/s3-region"?: string;
"serving.kubeflow.org/s3-usehttps"?: string;
"serving.kubeflow.org/s3-verifyssl"?: string;
"storage.ai.sap.com/bucket"?: string;
"storage.ai.sap.com/containerUri"?: string;
"storage.ai.sap.com/endpoint"?: string;
"storage.ai.sap.com/hdfsNameNode"?: string;
"storage.ai.sap.com/headers"?: string;
"storage.ai.sap.com/pathPrefix"?: string;
"storage.ai.sap.com/projectId"?: string;
"storage.ai.sap.com/region"?: string;
"storage.ai.sap.com/subscriptionId"?: string;
"storage.ai.sap.com/tenantId"?: string;
"storage.ai.sap.com/type"?: string;
} & Record<string, any>;
name?: string;
} & Record<string, any>
Type Declaration
Optionalmetadata?: {
"serving.kubeflow.org/s3-endpoint"?: string;
"serving.kubeflow.org/s3-region"?: string;
"serving.kubeflow.org/s3-usehttps"?: string;
"serving.kubeflow.org/s3-verifyssl"?: string;
"storage.ai.sap.com/bucket"?: string;
"storage.ai.sap.com/containerUri"?: string;
"storage.ai.sap.com/endpoint"?: string;
"storage.ai.sap.com/hdfsNameNode"?: string;
"storage.ai.sap.com/headers"?: string;
"storage.ai.sap.com/pathPrefix"?: string;
"storage.ai.sap.com/projectId"?: string;
"storage.ai.sap.com/region"?: string;
"storage.ai.sap.com/subscriptionId"?: string;
"storage.ai.sap.com/tenantId"?: string;
"storage.ai.sap.com/type"?: string;
} & Record<string, any>
Optionalname?: string
This represents the meta-data of a stored secret. The 'data' field of the secret is never retrieved.