Class KubernetesResourceMetadata
java.lang.Object
io.confluent.security.audit.telemetry.exporter.config.remote.polling.kubernetes.KubernetesResourceMetadata
-
Constructor Summary
ConstructorsConstructorDescriptionKubernetesResourceMetadata(String latestResourceVersion, String currentResourceVersion) -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidsetCurrentResourceVersion(String currentResourceVersion) voidsetLatestResourceVersion(String latestResourceVersion) voidsetResourceWatcherFetchCount(int resourceWatcherFetchCount)
-
Constructor Details
-
KubernetesResourceMetadata
public KubernetesResourceMetadata() -
KubernetesResourceMetadata
-
-
Method Details
-
getResourceWatcherFetchCount
public int getResourceWatcherFetchCount() -
getLatestResourceVersion
-
getCurrentResourceVersion
-
setLatestResourceVersion
-
setCurrentResourceVersion
-
setResourceWatcherFetchCount
public void setResourceWatcherFetchCount(int resourceWatcherFetchCount) -
incrementResourceWatcherFetchCount
public void incrementResourceWatcherFetchCount()
-