public class KubeSchemaAssert extends AbstractKubeSchemaAssert<KubeSchemaAssert,io.fabric8.kubernetes.api.model.KubeSchema>
KubeSchema specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractKubeSchemaAssert instead.| Constructor and Description |
|---|
KubeSchemaAssert(io.fabric8.kubernetes.api.model.KubeSchema actual)
Creates a new
to make assertions on actual KubeSchema. |
| Modifier and Type | Method and Description |
|---|---|
static KubeSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.KubeSchema actual)
An entry point for KubeSchemaAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myKubeSchema) and get specific assertion with code completion. |
additionalProperties, admissionRequest, admissionResponse, admissionReview, aggregationRule, aPIGroup, aPIGroupList, baseKubernetesList, binding, buildConfigList, buildList, buildRequest, certificateSigningRequest, certificateSigningRequestCondition, certificateSigningRequestList, certificateSigningRequestSpec, certificateSigningRequestStatus, clusterRole, clusterRoleBinding, clusterRoleBindingList, clusterRoleList, componentStatusList, config, configMap, configMapList, containerStatus, controllerRevision, controllerRevisionList, createOptions, cronJob, cronJobList, cSIDriver, cSIDriverList, cSINode, cSINodeList, customResourceDefinition, customResourceDefinitionCondition, customResourceDefinitionList, customResourceDefinitionNames, customResourceDefinitionSpec, customResourceDefinitionStatus, daemonSet, daemonSetList, deleteOptions, deployment, deploymentConfig, deploymentConfigList, deploymentList, deploymentRollback, discoveryEndpointPort, endpointPort, endpoints, endpointSlice, endpointSliceList, endpointsList, envVar, event, eventList, eventSeries, eventSeriesState, getOptions, group, groupList, horizontalPodAutoscaler, horizontalPodAutoscalerList, horizontalPodAutoscalerSpec, identity, identityList, imageList, imageStreamImport, imageStreamList, imageStreamTagList, info, ingress, ingressList, job, jobList, jSONSchemaPropsorStringArray, k8sLocalSubjectAccessReview, k8sSubjectAccessReview, kubernetesRunAsUserStrategyOptions, lease, leaseList, limitRangeList, listOptions, localSubjectAccessReview, mutatingWebhookConfiguration, mutatingWebhookConfigurationList, namespace, namespaceList, netNamespace, netNamespaceList, networkPolicy, networkPolicyList, node, nodeList, nodeMetrics, nodeMetricsList, oAuthAccessToken, oAuthAccessTokenList, oAuthAuthorizeToken, oAuthAuthorizeTokenList, oAuthClient, oAuthClientAuthorization, oAuthClientAuthorizationList, oAuthClientList, objectMeta, openshiftClusterRole, openshiftClusterRoleBinding, openshiftClusterRoleBindingList, openshiftClusterRoleScopeRestriction, openshiftRole, openshiftRoleBinding, openshiftRoleBindingList, openshiftRoleBindingRestriction, openshiftRoleBindingRestrictionSpec, openshiftRoleList, operation, patch, patchOptions, patchType, persistentVolume, persistentVolumeClaim, persistentVolumeClaimList, persistentVolumeList, podDisruptionBudget, podDisruptionBudgetList, podList, podMetrics, podMetricsList, podPreset, podPresetList, podPresetSpec, podSecurityPolicy, podSecurityPolicyList, podTemplateList, priorityClass, priorityClassList, project, projectList, projectRequest, quantity, replicaSet, replicaSetList, replicationControllerList, resourceQuota, resourceQuotaList, role, roleBinding, roleBindingList, roleList, rootPaths, route, routeList, rule, ruleWithOperations, scale, secret, secretList, securityContextConstraints, securityContextConstraintsList, selfSubjectAccessReview, selfSubjectRulesReview, serviceAccount, serviceAccountList, serviceList, serviceReference, statefulSet, statefulSetList, status, storageClass, storageClassList, subjectAccessReview, subjectAccessReviewResponse, tagEvent, template, templateList, time, tokenReview, toleration, typeMeta, updateOptions, user, userList, validatingWebhookConfiguration, validatingWebhookConfigurationList, volumeAttachment, volumeAttachmentList, watchEventasInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic KubeSchemaAssert(io.fabric8.kubernetes.api.model.KubeSchema actual)
KubeSchemaAssert to make assertions on actual KubeSchema.actual - the KubeSchema we want to make assertions on.public static KubeSchemaAssert assertThat(io.fabric8.kubernetes.api.model.KubeSchema actual)
assertThat() statements.assertThat(myKubeSchema) and get specific assertion with code completion.actual - the KubeSchema we want to make assertions on.KubeSchemaAssertCopyright © 2020. All rights reserved.