File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
operator/src/main/java/oracle/kubernetes/operator/webhooks Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1111/**
1212 * AdmissionReview represents a request or a response object for an admission webhook call.
1313 *
14- * <p></p> When a user performs an operation to a Kubernetes resource, Kubernetes ApiServer invokes all admission
14+ * When a user performs an operation to a Kubernetes resource, Kubernetes ApiServer invokes all admission
1515 * webhooks that have registered their interests in the resource. An AdmissionReview object contains the data that is
1616 * communicated between the K8S ApiServer and a webhook. It is either a wrapper of
1717 * an {@link AdmissionRequest} generated by the Kubernetes ApiServer and passed to a webhook, or a wrapper of an
1818 * {@link AdmissionResponse} object generated by a webhook and sent back to the Kubernetes ApiServer.
19- * </p>
20- * <p> It implements a subset of the AdmissionReview interfaces described in <a href="https://kubernetes.io/docs/
19+ *
20+ * It implements a subset of the AdmissionReview interfaces described in <a href="https://kubernetes.io/docs/
2121 reference/access-authn-authz/extensible-admission-controllers/#webhook-request-and-response">
2222 Admission webhook request and response</a>.
23- * </p>
23+ *
2424 */
2525public class AdmissionReview {
2626 /**
Original file line number Diff line number Diff line change 1717 * proposed new cluster resource and returns a result to indicate if the proposed resource is allowed, and if not,
1818 * what the problem is.
1919 * Currently, it always accepts a new cluster resource.
20- * </p>
2120 */
2221
2322public class ClusterCreateAdmissionChecker extends AdmissionChecker {
Original file line number Diff line number Diff line change 715715 <maven-dependency-plugin-version >3.9.0</maven-dependency-plugin-version >
716716 <maven-shade-plugin-version >3.6.1</maven-shade-plugin-version >
717717 <exec-maven-plugin-version >3.6.1</exec-maven-plugin-version >
718- <checkstyle-version >11.1.0 </checkstyle-version >
718+ <checkstyle-version >12.0.1 </checkstyle-version >
719719 <directory-maven-version >1.0</directory-maven-version >
720720 <maven-jxr-plugin-version >3.6.0</maven-jxr-plugin-version >
721721 <maven-gpg-plugin-version >3.2.8</maven-gpg-plugin-version >
742742 <findbugs-version >3.0.1u2</findbugs-version >
743743 <kotlin-stdlib-version >2.2.20</kotlin-stdlib-version >
744744 <okhttp-version >4.12.0</okhttp-version >
745- <okio-version >3.16.0 </okio-version >
745+ <okio-version >3.16.1 </okio-version >
746746 <bc-jdk18on-version >1.82</bc-jdk18on-version >
747747 <junit .jupiter.version>6.0.0</junit .jupiter.version>
748748 <junit .vintage.version>5.7.1</junit .vintage.version>
770770 <domain-swagger-file >${project.basedir} /swagger/domain.json</domain-swagger-file >
771771 <skip .unit.tests>false</skip .unit.tests>
772772 <skip .dependency-check>false</skip .dependency-check>
773- <jacoco .version>0.8.13 </jacoco .version>
773+ <jacoco .version>0.8.14 </jacoco .version>
774774 <git-commit-id-plugin-version >4.9.10</git-commit-id-plugin-version >
775775 <htmlunit-version >2.70.0</htmlunit-version >
776776 <jython-standalone-version >2.7.4</jython-standalone-version >
You can’t perform that action at this time.
0 commit comments