You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// OfflineTlsConfigs configures server TLS for the offline feast service. in an openshift cluster, this is configured by default using service serving certificates.
87
-
typeOfflineTlsConfigsstruct {
88
-
TlsConfigs`json:",inline"`
89
-
// verify the client TLS certificate.
90
-
VerifyClient*bool`json:"verifyClient,omitempty"`
91
-
}
92
-
93
86
// OfflineStorePersistence configures the persistence settings for the offline store service
94
87
// +kubebuilder:validation:XValidation:rule="[has(self.file), has(self.store)].exists_one(c, c)",message="One selection required between file or store."
0 commit comments