Skip to content

feat: enhance Kubernetes client with watch functionality #2102

feat: enhance Kubernetes client with watch functionality

feat: enhance Kubernetes client with watch functionality #2102

Re-run triggered September 23, 2025 17:17
Status Success
Total duration 1h 33m 49s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/KubernetesClient.Classic/obj/Debug/net48/generated/LibKubernetesGenerator/LibKubernetesGenerator.KubernetesClientSourceGenerator/CustomObjectsOperationsExtensions.g.cs#L1100
'ICustomObjectsOperations.ListClusterCustomObjectWithHttpMessagesAsync(string, string, string, bool?, string, string, string, int?, string, string, int?, bool?, bool?, IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)' is obsolete: 'This method will be deprecated in future versions. Please use the Watch method instead.'
Analyze (csharp): src/KubernetesClient.Classic/obj/Debug/netstandard2.0/generated/LibKubernetesGenerator/LibKubernetesGenerator.KubernetesClientSourceGenerator/CustomObjectsOperationsExtensions.g.cs#L639
'ICustomObjectsOperations.ListCustomObjectForAllNamespacesWithHttpMessagesAsync(string, string, string, bool?, string, string, string, int?, string, string, int?, bool?, bool?, IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)' is obsolete: 'This method will be deprecated in future versions. Please use the Watch method instead.'
Analyze (csharp): src/KubernetesClient.Classic/obj/Debug/net48/generated/LibKubernetesGenerator/LibKubernetesGenerator.KubernetesClientSourceGenerator/CustomObjectsOperationsExtensions.g.cs#L756
'ICustomObjectsOperations.ListCustomObjectForAllNamespacesWithHttpMessagesAsync(string, string, string, bool?, string, string, string, int?, string, string, int?, bool?, bool?, IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)' is obsolete: 'This method will be deprecated in future versions. Please use the Watch method instead.'
Analyze (csharp): src/KubernetesClient.Classic/obj/Debug/netstandard2.0/generated/LibKubernetesGenerator/LibKubernetesGenerator.KubernetesClientSourceGenerator/CustomObjectsOperationsExtensions.g.cs#L397
'ICustomObjectsOperations.ListCustomObjectForAllNamespacesWithHttpMessagesAsync(string, string, string, bool?, string, string, string, int?, string, string, int?, bool?, bool?, IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)' is obsolete: 'This method will be deprecated in future versions. Please use the Watch method instead.'
Analyze (csharp): src/KubernetesClient.Classic/obj/Debug/net48/generated/LibKubernetesGenerator/LibKubernetesGenerator.KubernetesClientSourceGenerator/CustomObjectsOperationsExtensions.g.cs#L639
'ICustomObjectsOperations.ListCustomObjectForAllNamespacesWithHttpMessagesAsync(string, string, string, bool?, string, string, string, int?, string, string, int?, bool?, bool?, IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)' is obsolete: 'This method will be deprecated in future versions. Please use the Watch method instead.'
Analyze (csharp): src/KubernetesClient.Classic/obj/Debug/net48/generated/LibKubernetesGenerator/LibKubernetesGenerator.KubernetesClientSourceGenerator/CustomObjectsOperationsExtensions.g.cs#L397
'ICustomObjectsOperations.ListCustomObjectForAllNamespacesWithHttpMessagesAsync(string, string, string, bool?, string, string, string, int?, string, string, int?, bool?, bool?, IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)' is obsolete: 'This method will be deprecated in future versions. Please use the Watch method instead.'
Analyze (csharp): src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/KubernetesClient/Models/IntOrString.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.