feat: enhance Kubernetes client with watch functionality #2102
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/Kubernetes.ConfigInit.cs#L223
Unreachable code detected
|
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.
|
Analyze (csharp):
src/LibKubernetesGenerator/TypeHelper.cs#L309
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|