-
Notifications
You must be signed in to change notification settings - Fork 90
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
Open
pSub
wants to merge
1,525
commits into
netscaler:master
Choose a base branch
from
pSub:rewritepolicy-crd-drop-empty-properties
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remove empty properties
from rewritepolicy CRD
#565
pSub
wants to merge
1,525
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
version update to 1.26.7 from 1.25.6
updates for cic release 1.26.7
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 <subash.dangol@citrix.com>
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
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