Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsUnsupportedMediaType (0.4 sec)

  1. pkg/controller/clusterroleaggregation/clusterroleaggregation_controller.go

    			}
    		}
    	}
    
    	if equality.Semantic.DeepEqual(newPolicyRules, sharedClusterRole.Rules) {
    		return nil
    	}
    
    	err = c.applyClusterRoles(ctx, sharedClusterRole.Name, newPolicyRules)
    	if errors.IsUnsupportedMediaType(err) { // TODO: Remove this fallback at least one release after ServerSideApply GA
    		// When Server Side Apply is not enabled, fallback to Update. This is required when running
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top