Uses of Class
io.fabric8.openshift.api.model.TagEvent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model |
-
Uses of TagEvent in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return TagEvent Modifier and Type Method Description TagEventKubeSchema. getTagEvent()Methods in io.fabric8.kubernetes.api.model with parameters of type TagEvent Modifier and Type Method Description voidKubeSchema. setTagEvent(TagEvent tagEvent)Constructors in io.fabric8.kubernetes.api.model with parameters of type TagEvent Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, AggregationRule aggregationRule, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, BuildConfigList buildConfigList, BuildList buildList, BuildRequest buildRequest, ClusterVersion clusterVersion, ClusterVersionList clusterVersionList, io.fabric8.kubernetes.api.model.Config config, io.fabric8.kubernetes.api.model.CreateOptions createOptions, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, DeploymentConfig deploymentConfig, DeploymentConfigList deploymentConfigList, io.fabric8.kubernetes.api.model.GetOptions getOptions, Group group, GroupList groupList, Identity identity, IdentityList identityList, ImageList imageList, ImageStreamImport imageStreamImport, ImageStreamList imageStreamList, ImageStreamTagList imageStreamTagList, io.fabric8.kubernetes.api.model.version.Info info, io.fabric8.kubernetes.api.model.ListOptions listOptions, LocalSubjectAccessReview localSubjectAccessReview, NetNamespace netNamespace, NetNamespaceList netNamespaceList, OAuthAccessToken oAuthAccessToken, OAuthAccessTokenList oAuthAccessTokenList, OAuthAuthorizeToken oAuthAuthorizeToken, OAuthAuthorizeTokenList oAuthAuthorizeTokenList, OAuthClient oAuthClient, OAuthClientAuthorization oAuthClientAuthorization, OAuthClientAuthorizationList oAuthClientAuthorizationList, OAuthClientList oAuthClientList, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, ClusterRole openshiftClusterRole, ClusterRoleBinding openshiftClusterRoleBinding, ClusterRoleBindingList openshiftClusterRoleBindingList, ClusterRoleList openshiftClusterRoleList, ClusterRoleScopeRestriction openshiftClusterRoleScopeRestriction, Role openshiftRole, RoleBinding openshiftRoleBinding, RoleBindingList openshiftRoleBindingList, RoleBindingRestriction openshiftRoleBindingRestriction, RoleBindingRestrictionSpec openshiftRoleBindingRestrictionSpec, RoleList openshiftRoleList, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, Project project, ProjectList projectList, ProjectRequest projectRequest, io.fabric8.kubernetes.api.model.Quantity quantity, io.fabric8.kubernetes.api.model.RootPaths rootPaths, Route route, RouteList routeList, SecurityContextConstraints securityContextConstraints, SecurityContextConstraintsList securityContextConstraintsList, io.fabric8.kubernetes.api.model.Status status, SubjectAccessReview subjectAccessReview, SubjectAccessReviewResponse subjectAccessReviewResponse, TagEvent tagEvent, Template template, TemplateList templateList, String time, TokenReview tokenReview, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions, User user, UserList userList) -
Uses of TagEvent in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return TagEvent Modifier and Type Method Description TagEventTagEventBuilder. build()TagEventNamedTagEventListFluent. buildFirstItem()TagEventNamedTagEventListFluentImpl. buildFirstItem()TagEventNamedTagEventListFluent. buildItem(int index)TagEventNamedTagEventListFluentImpl. buildItem(int index)TagEventNamedTagEventListFluent. buildLastItem()TagEventNamedTagEventListFluentImpl. buildLastItem()TagEventNamedTagEventListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<TagEventBuilder> predicate)TagEventNamedTagEventListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<TagEventBuilder> predicate)TagEventDoneableTagEvent. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type TagEvent Modifier and Type Method Description List<TagEvent>NamedTagEventListFluent. buildItems()List<TagEvent>NamedTagEventListFluentImpl. buildItems()List<TagEvent>NamedTagEventList. getItems()List<TagEvent>NamedTagEventListFluent. getItems()Deprecated.List<TagEvent>NamedTagEventListFluentImpl. getItems()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type TagEvent Modifier and Type Method Description NamedTagEventListFluent.ItemsNested<A>NamedTagEventListFluent. addNewItemLike(TagEvent item)NamedTagEventListFluent.ItemsNested<A>NamedTagEventListFluentImpl. addNewItemLike(TagEvent item)ANamedTagEventListFluent. addToItems(int index, TagEvent item)ANamedTagEventListFluent. addToItems(TagEvent... items)ANamedTagEventListFluentImpl. addToItems(int index, TagEvent item)ANamedTagEventListFluentImpl. addToItems(TagEvent... items)ANamedTagEventListFluent. removeFromItems(TagEvent... items)ANamedTagEventListFluentImpl. removeFromItems(TagEvent... items)NamedTagEventListFluent.ItemsNested<A>NamedTagEventListFluent. setNewItemLike(int index, TagEvent item)NamedTagEventListFluent.ItemsNested<A>NamedTagEventListFluentImpl. setNewItemLike(int index, TagEvent item)ANamedTagEventListFluent. setToItems(int index, TagEvent item)ANamedTagEventListFluentImpl. setToItems(int index, TagEvent item)ANamedTagEventListFluent. withItems(TagEvent... items)ANamedTagEventListFluentImpl. withItems(TagEvent... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type TagEvent Modifier and Type Method Description ANamedTagEventListFluent. addAllToItems(Collection<TagEvent> items)ANamedTagEventListFluentImpl. addAllToItems(Collection<TagEvent> items)ANamedTagEventListFluent. removeAllFromItems(Collection<TagEvent> items)ANamedTagEventListFluentImpl. removeAllFromItems(Collection<TagEvent> items)voidNamedTagEventList. setItems(List<TagEvent> items)ANamedTagEventListFluent. withItems(List<TagEvent> items)ANamedTagEventListFluentImpl. withItems(List<TagEvent> items)Constructors in io.fabric8.openshift.api.model with parameters of type TagEvent Constructor Description DoneableTagEvent(TagEvent item)DoneableTagEvent(TagEvent item, io.fabric8.kubernetes.api.builder.Function<TagEvent,TagEvent> function)TagEventBuilder(TagEvent instance)TagEventBuilder(TagEventFluent<?> fluent, TagEvent instance)TagEventBuilder(TagEventFluent<?> fluent, TagEvent instance, Boolean validationEnabled)TagEventBuilder(TagEvent instance, Boolean validationEnabled)TagEventFluentImpl(TagEvent instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type TagEvent Constructor Description DoneableTagEvent(io.fabric8.kubernetes.api.builder.Function<TagEvent,TagEvent> function)DoneableTagEvent(io.fabric8.kubernetes.api.builder.Function<TagEvent,TagEvent> function)DoneableTagEvent(TagEvent item, io.fabric8.kubernetes.api.builder.Function<TagEvent,TagEvent> function)DoneableTagEvent(TagEvent item, io.fabric8.kubernetes.api.builder.Function<TagEvent,TagEvent> function)