- 
                Notifications
    
You must be signed in to change notification settings  - Fork 87
 
          Remove empty properties from rewritepolicy CRD
          #565
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Closed
      
      
            pSub
  wants to merge
  1,527
  commits into
  netscaler:master
from
pSub:rewritepolicy-crd-drop-empty-properties
  
      
      
   
      
    
                
     Closed
            
            
  
    Remove empty properties from rewritepolicy CRD
  
  #565
              
                    pSub
  wants to merge
  1,527
  commits into
  netscaler:master
from
pSub:rewritepolicy-crd-drop-empty-properties
  
      
      
   
              
            Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    cic version update from 1.16.9 to 1.17.13
Support update
Support update
Removing a repeated field from bot CRD.
updated the annotations page and added example to profile page
…inimum permissions)
updated the command policy with policy provided in helm chart docs
changed the default for ns_protocol and port
updated rbac file
updated the Mirantis and VMware Tanzu support
image update for multi-cluster Readme file
adding opa configuration
Operator and Dual tier topology Doc update
…x/citrix-k8s-ingress-controller:1.26.7 to quay.io/citrix/citrix-k8s-ingress-controller:1.27.15 and CPX from: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-79.64 to quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27.
cic version update from 1.26.7 to 1.27.15
doc changes for CIC release 1.27.15
minor update for release 1.27.15
Signed-off-by: Subash Dangol <[email protected]>
Releasing CIC v1.28.2
changes for CIC release 1.28.2
Doc fix: Moving PBR and rewrite CRD file to the appropriate place
Empty `properties` declarations do not contain additional information and can be confusing when reading the CRD. In addition, they can make analyses and transformation tools choke. This happened for example with: https://github.com/yannh/kubeconform/blob/master/scripts/openapi2jsonschema.py
2418cf2    to
    5d2275e      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Empty
propertiesdeclarations do not contain additional information and can be confusing when reading the CRD. In addition, they can make analyses and transformation tools choke. This happened for example with:https://github.com/yannh/kubeconform/blob/master/scripts/openapi2jsonschema.py